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/arrow-up-right

Classy Django REST Framework.

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

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/arrow-up-right

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/arrow-up-right

Nginx Configuration for Django

A breakdown of how NGINX is configured with Django

https://mattsegal.dev/nginx-django-reverse-proxy-config.htmlarrow-up-right

Last updated