Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django Rest Framework with React : JWT Authentication part 1
-
How To Build a Web App with Django and React on Ubuntu 18.04 | DigitalOcean
-
Optimizing Django ORM Queries with Percona Monitoring and Management - Percona Database Performance Blog
-
Production-ready Docker packaging
-
How to deploy Django project to Dokku | AccordBox
-
Kubernetes readiness check does not correctly set HTTP host header - Stack Overflow
-
Django + Dropzone Multiple File Upload
Django + Dropzone Multiple File Upload. GitHub Gist: instantly share code, notes, and snippets. -
Install and Configure PostgreSQL for Django | Marina Mele
-
Tutorial de Python (y Django!) en Español
-
Safely Including Data for JavaScript in a Django Template - Adam Johnson
-
Middleware
Middleware in Django is really easy to use and offers an elegant way to create reusable plugins within your application. Every time you have to extend request object of your application or maybe add a validation of special header for all views then Django's middleware is the way to go! -
Types of API Authentication In Django REST Framework
-
Storing Django Static and Media Files on Amazon S3 | TestDriven.io
-
Matt Segal Dev - 3 ways to deploy a Django backend with a React frontend
Just a nice high-level overview of three ways to do this (I never have and wasn’t sure of the options). -
How I'm testing in 2020
unittest, pytest, flake8, mypy, black, tox, django, coverage, etc. -
Django Migrations and How to Manage Conflicts - Algotech Engineering Blog
-
Dockerizing Django with Postgres, Gunicorn, and Nginx | TestDriven.io
This tutorial details how to configure Django to run on Docker along with Postgres, Nginx, and Gunicorn. -
pydanny/cookiecutter-django: Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly. - pydanny/cookiecutter-django -
API Bakery
-
Tesorio/django-anon: Anonymize production data so it can be safely used in not-so-safe environments
-
Python Logging Done Right
Mastering logging is your ticket to the next level of software development expertise. Python's logging system is a hidden gem which every developer should be aware of. -
Advanced Logging with Django
In this lesson we explore advanced python logging concepts from Django project perspective -
welcome to Mako!
Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django and Jinja2 templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics. Mako is used by reddit.com where it delivers over one billion page views per month. It is the default template language included with the Pylons and Pyramid web frameworks. -
3 ways to deploy a Django backend with a React frontend : django
News and discussion about the Django web framework. -
Matt Segal Dev - 3 ways to deploy a Django backend with a React frontend