An open API service indexing awesome lists of open source software.

https://github.com/adibaba/python-django-the-practical-guide

This repository contains personal learning resources related to the course Django - The Practical Guide.
https://github.com/adibaba/python-django-the-practical-guide

django python udemy udemy-course

Last synced: 2 months ago
JSON representation

This repository contains personal learning resources related to the course Django - The Practical Guide.

Awesome Lists containing this project

README

        

# Python Django - The Practical Guide

This repository contains personal learning resources related to the course *Django - The Practical Guide* by Maximilian Schwarzmüller.
Features of this repository are:

- Course notes for single lectures (mostly links to the Django documentation)
- Links to related code repositories and slides
- Links to code changes between single lectures (really helpful!)

## Course notes

- [Section 1: Getting Started](Section-1-Getting-Started.md)
- [Section 2: Course Setup](Section-2-Course-Setup.md)
- [Section 3: URLs & Views
](Section-3-URLs-Views.md)
- [Section 4: Templates & Static Files](Section-4-Templates-Static-Files.md)
- [Section 5: Course Project: Building a Blog - The Basics](Section-5-Course-Project-Building-a-Blog-The-Basics.md)
- [Section 6: Data & Models](Section-6-Data-Models.md)
- [Section 7: Admin](Section-7-Admin.md)
- [Section 8: Relationships](Section-8-Relationships.md)
- [Section 9: Course Project - Building a Blog: Data & Models](Section-9-Course-Project-Building-a-Blog-Data-Models.md)
- [Section 10: Forms](Section-10-Forms.md)
- [Section 11: Class Views](Section-11-Class-Views.md)
- [Section 12: File Uploads](Section-12-File-Uploads.md)
- [Section 13: Sessions](Section-13-Sessions.md)
- [Section 14: Course Project: Building a Blog - Forms, Files & Sessions](Section-14-Course-Project-Building-a-Blog-Forms-Files-Sessions.md)
- [Section 15: Deployment](Section-15-Deployment.md)
- [Section 16: Optional: Django Summary & Quick Introduction](Section-16-Optional-Django-Summary-Quick-Introduction.md)
- [Section 17: Bonus](Section-17-Bonus.md)
- [Section Overview](Sections.md)
- [Course Summary](Summary.md)

## Additional resources

- Django
- [Django documentation](https://docs.djangoproject.com/)
- Code on GitHub
- [Related code repository with slides from course](https://github.com/adibaba/django-practical-guide-course-code) (forked from [academind](https://github.com/academind/django-practical-guide-course-code))
- [Branches of the related code repository](https://github.com/adibaba/django-practical-guide-course-code/branches/all)
- [Course notes](https://github.com/adibaba/Python-Django-The-Practical-Guide#readme) (you are here)
- Course and Community
- [Udemy Course: Django - The Practical Guide](https://udemy.com/course/python-django-the-practical-guide/)
- [Academind Community on Discord](https://academind.com/community/)