Publish
Blog
Contact
Sign up or Login
By using this site, you agree to our
Cookie Policy
and
Privacy Policy
Courses
Building a Django Web App
Django II
Django II
Lesson 1: Django user registration
Use Django's UserForm to register new users to your site.
Lesson 2: Python packages + Django messages
Improve the appearance of forms and create popup message notifications for users.
Lesson 3: User login + logout
Learn to use Django's built-in login and logout functionality and customize it to the user.
Lesson 4: Creating a blog
Add a blog section and articles to provide content on your site
Lesson 5: Updating the homepage
Format the homepage with some new changes