The following is a list of resources that I have found helpful and want to keep track of for future reference.
- Bugs / Annoyance Solutions
- Deployment
- Django Admin
- Django REST API
- Examples
- Forms
- Models
- Internationalization & localization
- Performance Optimization
- Static Files
- Templates
- User Management
- Remove the stupid trailing slash - Source Code (Greg Brown article)
- Continuously Deploying Django to DigitalOcean with Docker and GitLab (TestDriven.io Article)
- Run multiple Django projects with Nginx and Gunicorn (DevsPlanet forum)
- Django Admin Cookbook (Agiliq book)
- Manage User Permissions in Django Admin (Real Python article)
- Django REST Framework (Python package)
- Test Driven Development of a Django RESTful API (Real Python article)
- djangoproject.com GitHub repo (djangoprojects.com Source Code)
- Django Crispy Forms - form -styling (Python package)
- Django Custom Widget With 3 Examples (Muhammad Ihfazhillah article)
- Django Docs (Django docs)
- Supporting Multiple Languages in Django Pt. 1 (Fueled article)
- Supporting Multiple Languages in Django Pt. 2 (Fueled article)
- Supporting Multiple Languages in Django Pt. 3 (Fueled article)
- Django - How To Translate A Website (Samuli Natri video)
- Django Model Docs (Django Docs)
- How to Merge Querysets (Simple Is Better Than Complex article)
- Djangocon: really, really fast django (Blog post)
- Django’s cache framework docs (Django docs)
- Django Cache Settings docs (Django docs)
- Python DiskCache - Docs, GitHub, PyPI (Python Package)
- Storing Django Static and Media Files on Amazon S3 (TestDriven.io Article)
- Django Templates Docs (Django docs)
- Django Template Language (Django docs)
- LinkedIn Social Authentication in Django (Real Python article)
- How to Extend Django User Model (Simple is Better than Complex article)