https://github.com/lancelote/django-in-action
My notes reading "Django in Action" book by Christopher Trudeau
https://github.com/lancelote/django-in-action
Last synced: about 2 months ago
JSON representation
My notes reading "Django in Action" book by Christopher Trudeau
- Host: GitHub
- URL: https://github.com/lancelote/django-in-action
- Owner: lancelote
- Created: 2023-08-29T14:30:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T15:11:00.000Z (over 1 year ago)
- Last Synced: 2025-03-29T00:12:48.535Z (2 months ago)
- Language: Python
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-in-action
My notes reading "[Django in Action][book]" book by Christopher Trudeau
## TOC
- [x] Part 1: Django Essentials
- [x] Chapter 1: Django unfolds
- [x] Chapter 2: Your first Django site
- [x] Chapter 3: Templates
- [x] Chapter 4: Django ORM
- [x] Chapter 5: Django Admin
- [ ] Part 2: Django Building Blocks
- [ ] Chapter 6: User management
- [ ] Chapter 7: Forms, fields, and user data
- [ ] Chapter 8: Testing your project
- [ ] Chapter 9: Management commands
- [ ] Part 3: Django Projects
- [ ] Chapter 10: Django Debug Toolbar
- [ ] Chapter 11: Images: thumbnails and favicons
- [ ] Chapter 12: Making the Django Admin prettier
- [ ] Chapter 13: Writing REST APIs with Django Ninja
- [ ] Chapter 14: HTMX
- [ ] Chapter 15: Importing, exporting, and hosting data
- [ ] Chapter 16: Authentication with social media accounts
- [ ] Chapter 17: Custom template tags and filters
- [ ] Chapter 18: Translation and localization
- [ ] Chapter 19: Asynchronous sites: ASGI and WebSockets
- [ ] Chapter 20: Doing work in the background
- [ ] Appendices
- [ ] Installation and setup
- [ ] Django in a production environment
- [ ] Template tag and filter reference
- [ ] ORM field reference
- [ ] Exercise answers
- [ ] Further exploring Django[book]: https://www.manning.com/books/django-in-action