Description
In this course, you will learn:-
- Django's foundations are covered here.
- Function-Based Views and Class-Based Views in Python 3 and Django 1.11.
- Routing of URLs.
- Database Integration at a Basic Level.
- The Database is being queried.
- Data is being saved in the database.
- Django best practises.
- Creating User Profiles is a process that begins with the creation of a user profile
- Feeds of information.
- Registration and activation are both required.
- Set up Django to send emails.
- Forms in Django.
- Validation of the form.
- The Python Shell and Django
- Adding Bootstrap to Django (just the essentials).
- Creating a Search Engine for Internal Use.
- Buttons should be followed.
- Heroku is now live.
Syllabus:-
-
Welcome to Try Django 1.11
-
Walkthrough
-
Getting Started with Django
-
For your Reference
-
What Django Does
-
Rendering HTML
-
Render a Django Template
-
Context in Django Templates
-
Template Inheritance
-
Include Template Tag
-
Reactivate Virtualenv
-
Class Based Views
-
Template View
-
Remembering things with Models
-
More on Model Fields
-
Displaying Saved Data
-
Understanding QuerySets
-
Generic List View
-
Restaurant Profile Detail
-
SlugField & Unique Slug Generator
-
Signal for Unique Slug
-
Slugs as URL Params
-
Get Single Items from the DB
-
Saving Data the Hard + Wrong Way
-
The Power of Django Forms
-
The Extra Power of Django Model Forms
-
Simple + Effective Validation
-
Letting Users own Data
-
Associate User to Form Data in FBV
-
Associate User to Data in Class Based View
-
Login Required to View
-
LoginView
-
Using Reverse to Shortcut URLS
-
Menu Items App
-
Menu Items Views
-
Limiting Form Field to QuerySet
-
Personalize Items
-
User Profile View
-
Style Profile with Bootstrap
-
Adding a Robust Search
-
Follow Users
-
Follow Button Form
-
Following Home Page Feed
-
Register View
-
Activation Keys
-
Watch & Go Live