Description
In this course, you will learn :
- How to Create their own Apps in Django and learn Powerful Django language
- Understand the fundamentals of Python Django
- How to use Django Functions
- How to use Django Classes
- Learn how to use Sqlite and Mysql databases in Django
- 3 Useful and Professional Applications in Django
- Learn How to Create Applications with Databases in Django
Syllabus :
1. Our First Django Project
- Creating Virtual Environment
- Creating Our First Django Project
- Our Project's Files
- Creating Database Tables
- Creating a Django App
- Creating A SuperUser
- Creating Templates Directory
- Using Html Files For Our Project
- Creating Our First Model
- How to Modify Model's Admin Page
- Creating Static Files Directory
- Uploading Images For Our Model
- Displaying Posts in Our Template File
- How to Use Bootstrap
- How to Use A Bootstrap Component
- Creating Post Detail Page
- Creating Navbar For Our Project
- How To Use Template Extending
- How To Create A Django Form
- How To Create A New Post
- How To Use Login Required Function
- How To Delete A Post
- How To Update Our Posts
- How To Use Pagination
- How To Search
- Creating Users App
- How To Create A Login Form
- How To Use Login View
- How To Register A User
- How To Use Logout View
- How To Modify NavBar
- How To Use Messages
2. Fantom Blog Project
- Creating Our Django Project
- Creating Static Files Folder
- Creating Our First App
- Creating Our First Template File
- Using Static Files
- Creating Base Html
- Creating Super User
- Creating Our First Model
- Creating Posts For Our Projects
- How To Use Generic Class Based View : ListView
- How To Use Generic Class Based View : DetailView
- Displaying Our Specific Post
- How To Use Slug Field
- How To Create Category Model
- How To Create Right Side Html File
- How To Use Custom Tags
- Creating Category Detail View
- How To List Category Posts
- How To Create Tag Model
- How To List Our Tags
- How To List Tag Posts
- How To Create Slider Posts
- Creating Users App
- How To Create User Creation Form
- How To Create User Register Html File
- How To Catch Form Errors
- How To Create Login and Logout Views
- How To Create Post Creation Form
- How To Display Post Creation Form in a Template File
- How To Save Posts
- How To Install Crispy forms
- How To Create Post Update Form
- How To Create Post Update Template File
- How To Update Our Posts
- How To Create Delete And Update Buttons
- How To Delete A Post
- How To Edit NavBar
- How To List Popular Posts
- How To Display Our Tags in Our Template Files
- How To Display Previous and Next Posts
- How To Use Pagination
- How To Create Password Change Html File
- How To Change User Password
- How To Create Search View
- How To Create Search Html File
- How To Create Comment Model
- How To Create Comment Form
- How To Add A Comment
- How To List Our Comments
- How To Install Recaptcha Package
- How To Catch Form Errors
- How To Create User Profile Model
- How To Create A User Profile
- How To Create User Profile Update Form
- How To Update User Profile
- How To Display User Profile
- Fixing Some Small Problems
- How To Display User Posts
- How To Create User List
- How To List Categories in Base Html File
- How To Use Messages
- How To Deploy A Django Project
3. Job Portal Project
- What We Are Going To Build?
- How To Create Our Project
- How To Install Xampp Server
- How To Install Mysqlclient Package
- How TO Create MySQL Database For Our Project
- Creating Static Files Directory
- How To Create Template Directory And Our First App
- How To Create Our First Html File
- How To Create Base Html
- Creating Our First Model
- How To Create UserManager Class
- How To Create Superuser
- How To Create Add And Update User Functions
- How To Create Our Model
- How To Use A Generic View For Job Model
- How To List Our Jobs
- How To Use Pagination
- How To Create Category Model
- How To Solve Integrity Error For Our Categories
- How To Display Categories in Our Template File
- How To Create User Register Form
- Creating User Register Html File
- How To Register Our Users
- How To Display Form Errors
- How To Create Login and Logout Views
- How To Create Profile Model
- How To Install CkEditor
- How To Create A User Profile
- How To Create Our Urls
- Creating User Profile Update Form
- How To Update Users Profile
- How To Create Urls For Authenticated Users
- How To Post A New Job
- How To Create Html File For Post A Job
- How To Create Job Detail Page
- Creating Category Detail View
- Creating Category Detail Template File
- Creating Search View
- How To Create Search Results Template File
- Finishing Search Template File
- How To Create Apply Job Button
- Fixing Some Small Problems For Apply Job Button
- How To List Applied Candidates
- Fixing Some Small Problems For Applied candidates
- How To Create Employee Profile View
- Creating Employee Profile Template File
- How To Create Employer Posted Jobs View
- How To Create Employer Posted Jobs Template File
- How To Create Invite Model
- How To Create Employee Invite Form
- How To Display Invite Employee Form
- How To Send An Invitation To Employees
- How To Display Unread Messages
- How To Display Number Of Unread Messages
- How To Create Message Inbox Template File
- How To Display Unread Messages
- How To Display Messages
- Solving Some Small Problems For Invite Model
- How Create Update Job Template File
- How To Update Our Jobs
- How To Delete A Job
- How To Display Our Statistics For Our Project
- How To Create Wish List
- How To Create Ajax Functions For Wish List
- How To Create Views For Our Wish List
- How To Display Correct Wish List Buttons
- How To Create Our Wish List
- Solving Some Small Problems For Wish List
- How To Use SweetAlert2
- Fixing Some Small Problems For Wish List Buttons Part1
- Fixing Some Small Problems For Wish List Buttons Part2
- How To Create Wish List Buttons For Job Detail Page
- Fixing Some Small Problems For Our Project
- How To Change Users Password
- How To Reset User Password