Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
A framework author's case against frameworks - Adrian Holovaty at dotJS 2017
-
Django - Referencing the User Model
-
A Production-ready Dockerfile for Your Python/Django App | Caktus Group
-
rsinger86/django-lifecycle: Declarative model lifecycle hooks, inspired by Rails callbacks.
-
Let's talk about usernames
Great article on the edge cases around usernames and emails in site identity. -
Scaling Django
-
How to Setup a SSL Certificate on Nginx for a Django Application
-
GitHub - thread/django-lightweight-queue: Lightweight & modular queue and cron system for Django
-
python - Django migration strategy for renaming a model and relationship fields - Stack Overflow
model_name -
Lessons learned from migrating to Python 3 - Rhett Trickett - Able
I sat down with @danpalmer recently to hear about @thread's migration to Python 3 - #python #django -
Welcome to DjBurger’s documentation! — DjBurger 0.8.1 documentation
-
Dramatiq: simple task processing — Dramatiq 1.1.0 documentation
Dramatiq is a distributed task processing library for Python with a focus on simplicity, reliability and performance. -
django-cabinet - Media library for Django — django-cabinet 0.7 documentation
-
Our approach to configuring Django, Webpack and ManifestStaticFilesStorage - Matthias Kestenholz
-
Demystifying encodings — part 3 — Django deployment
-
Django2(Python3)+Mysqlの開発環境をDockerで構築 - Qiita
-
Django 2.0 released | Hacker News
-
Deploying Django | Django documentation | Django
-
Djangofriendly » Django host reviews and resources
-
How to deploy Django with Docker - Stavros' Stuff
-
Making django CMS as easy to install as WordPress
-
How To Install Django on Ubuntu 16.04
-
PyCharm: Webinar Recording: “Getting the Most Out of Django’s User Model” with Julia Looney
-
agconti/cookiecutter-django-rest: Build best practiced apis fast with Python3
-
Using Django Inside the Tornado Web Server | Lincoln Loop