docs
  • Overview
  • 🐍 PYTHON
    • Type Hints
    • PEP8 Style Guide for Python Code
    • 🏡Pipenv
    • Pathlib
  • 🕸Django
    • 🗄models
      • 🎯Best Practices
      • 🚦Django Signals
    • ⚙️ settings
    • DRF
      • Serializer
      • Authentication
      • Permissions
      • Viewsets
    • Testing
      • Faker and Factory Boy
    • 🧪Test Coverage
    • 💦Python-Decouple
    • Django Tips:
    • 💾Django ORM Queryset
    • Custom Exceptions
    • Celery
    • Resources
  • Deploy
    • 🚀Django Deployment
    • 🔒Setup SSL Certificate
  • 💾Database
    • MongoDB
  • 🛠️DevOps
    • 🖥Scripting
      • A First Script
      • Loops
      • Test
      • Variables
      • External programs
      • Functions
    • Command Line Shortcuts
    • Basic Linux Commands
    • 🎛Microservices
    • 🐳Docker
      • Docker Commands
      • Docker Compose
      • Django project
    • Kubernates
  • 📝Software IDE
    • EditorConfig
    • Linters
    • VsCode
Powered by GitBook
On this page
  • Classy Class-Based Views.
  • Classy Django REST Framework.
  • Django Admin Cookbook
  • Django ORM Cookbook
  • Nginx Configuration for Django

Was this helpful?

  1. 🕸Django

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

PreviousCeleryNext🚀Django Deployment

Last updated 4 years ago

Was this helpful?