techprolog

Django

4.7 (253 user ratings)
4.7/5

About Specialization:

Django

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It’s designed to help developers build web applications quickly, with less code, by providing many built-in features and tools. Django follows the “Don’t Repeat Yourself” (DRY) principle, which means it aims to reduce redundancy in code, making it easier to maintain and scale applications over time.

  1. What is Django?
  2. Traditional Vs MVC Framework
  3. What is a Framework?
  4. Django Architecture
  5. Processing a HTTP Request
  1. How to Run Development Server 
    1. Using Command Prompt
    2. Using VS Code
  2. How to Stop Development server
  1. Create Django Folder
    1. Using Command Prompt
    2. Using VS Code
  2. What is settings.py?
  1. Migrate default migration to Django
  2. Applying initial database migrations 
  1. What is Admin Panel?
  2. Creating a superuser
  3. Table: Admin data
    Create User
  4. Reset: Admin Password
  1. What are URLs?
  2. How to Change URL
  3. What are Views?
  4. create URLs and Views
  5. Creating Dynamic URLs
  1. Render HTML Template as Response
  2. Pass Data From View to Template

for loop in:

  1. List
  2. Dictionary
  3. Template
  1. Managing Static Files
  2. How to use %static
  3. Header and Footer in HTML Template
  1. extend
  2. url template tags
  1. Implement GET method
    1. GET - Display on Form Implement
  2. POST method
    1. How to see Values in POST method
    2. POST - using dictionary
  1. Using HttpResponseRedirect
    1. Show Value in url
    2. Show Value on Page
  2. redirect
    1. Show Value on Page
  1. HTML "action" url - Using redirect
  2. HTML "action" url - Using HttpResponse
  1. Create Django FORM
    1. Create "Calculator" - Using Form
    2. Find "Odd or Even" - Using Form
  1. Validate Marks Sheet:
    1. Method 1 
    2. Method 2
    3. Manually
  1. Create a Model
  2. Register a Model - in Django Admin
  1. objects.all() Method:
    1. Get Data from Table
    2. Ascending and Descending Data
  1. TinyMCE
  2. Register a Model
  1. What is Marquee
  2. Tag implement Marquee
  1. What is Detail page?
  2. How to display Detail Page
  1. Applying Filter - "search"
  2. Filter - __icontains
  3. Filter - no data
  1. What is AutoSlug?
  2. How to user AutoSlug
  1. What is Pagination?
  2. How to use in
    1. "First" page
    2. "Next' Page
    3. "Previous" Page
    4. "Last" Page

How to Add Page Numbers Using - List

  1. Save "Form" to
    1. Admin
    2. Database
  1. Display uploaded image in template
  1. in model Using
    FileField() in Admin panel
  2. Add column to Admin panel
  1. How to Sending Email
  2. hat is Email Multi Alternatives Function ?

Key Features/Course content

Videos

Scroll to Top