This is the project I made after watching the YouTube tutorial on Django by Net Ninja.
Reference: https://www.youtube.com/playlist?list=PL4cUxeGkcC9ib4HsrXEYpQnTOTZE1x0uc
- Basic Django terminal commands
- Create Django Project
- Create a new app
- Run the debug server
- Migrate models
- Significance of models, views and urls in MVC (Model View Controller) Framework
- Working with HTML templates, extending templates and template tags
- Working with Django models, Migrations, Django ORM, Model methods
- Working with Django Admin
- Working with Named URLs
- Working with static files and how to upload media
- User Authentication and working with built-in authentication forms
- Creating new forms from scratch and posting data to database
- Conditional display of HTML content