Resources

Resources for Django Framework

Important resources (site/blog) for the Django Framework.

Classy Class-Based Views.

Detailed descriptions, with full methods and attributes, for each of Django class-based generic views. http://ccbv.co.uk/

Classy Django REST Framework.

Detailed descriptions, with full methods and attributes, for each of Django REST Framework's class-based views and serializers. http://www.cdrf.co/

Django Admin Cookbook

This is a book about doing things with Django admin. It takes the form of about forty questions and common tasks with Django admin we answer. https://books.agiliq.com/projects/django-admin-cookbook/en/latest/

Django ORM Cookbook

Django ORM Cookbook is a book about doing things with Django ORM and Django models. Django is an “MTV” (Model-Template-View) framework – This book provides a deep dive into the M part. https://books.agiliq.com/projects/django-orm-cookbook/en/latest/

Nginx Configuration for Django

A breakdown of how NGINX is configured with Django

https://mattsegal.dev/nginx-django-reverse-proxy-config.html

Last updated

Was this helpful?