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.
- Host: GitHub
- URL: https://github.com/adibaba/python-django-the-practical-guide
- Owner: adibaba
- Created: 2023-09-07T14:48:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-21T19:31:52.000Z (over 1 year ago)
- Last Synced: 2023-09-22T03:23:39.169Z (over 1 year ago)
- Topics: django, python, udemy, udemy-course
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)