-
Notifications
You must be signed in to change notification settings - Fork 2
Django Templating
sachin soman edited this page Jun 7, 2020
·
5 revisions
test
- Django installation
- Django Project creation
- Package Directories
- Hello,World
- Setting up projects
- Routing
- Templating
- Django templating Engine syntax
- Passing variable to template
- Template inheritance
- Static file linking
- Admin page
- Django ORM
- Making DB
- ORM based queries
- Django Model set
- Use of ORM DB with Django