Django Learning Guide
Django Learning Guide
1. Introduction to Django
- Django is a high-level Python web framework that encourages rapid development and clean,
pragmatic design.
2. Environment Setup
5. Creating an App
7. Admin Interface
9. Templates (Frontend)
11. Forms
- https://docs.djangoproject.com/
- https://www.djangoproject.com/start/
- https://djangoproject.com/community/
Happy Learning!