Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django Packages : Reusable apps, sites and tools directory
Django Packages is a directory of reusable apps, sites, tools, and more for your Django projects. -
How to deploy Django with Docker - Stavros' Stuff
Nice tutorial on a realistic django/docker environment -
How to generate list of response messages in django rest swagger? - Stack Overflow
-
Djangoプロジェクト間を OAuth2 連携する
-
GLAMKit and switching technology stacks at ACMI
For the new website, ACMI partnered with the Interaction Consortium (IC), creators of an open source CMS for the GLAM sector, GLAMKit. Technically, it’s a collection of packages built on top of the Python-based Django framework and Django Fluent CMS with custom Events and Collections packages. IC have done the hard work of nutting out common requirements for galleries and museums, so a huge benefit of going with them was that we didn’t need to design our overall architecture from scratch, we got to inherit a lot of solutions and prior knowledge. -
mdirolf/DjanMon: Demo showing how to use MongoDB with PyMongo from a Django project
-
django-extensions/django-extensions: This is a repository for collecting global custom management extensions for the Django Framework.
-
How To Serve Django Applications with uWSGI and Nginx on Debian 8 | DigitalOcean
-
Introducing Django Defender · KenCochrane.net
-
DjangoTricks: Django Administration: Inlines for Inlines
-
Django, fast: part 1
We’ve all seen articles that explain why server X or library Y are the best thing since sliced bread. You’ve heard your colleagues talk about how everyone not using gevent is plain old silly. You’ve… -
Solving Performance Problems in the Django ORM
Django is a wonderful tool which has helped thousands boost their productivity when writing web applications. Like any framework, when you first start out and the data model is simple, things are… -
Mastering Django: Core by Nigel George [Leanpub PDF/iPad/Kindle]
-
Table of Contents - Python Django Tutorials
-
The missing django-allauth tutorial
-
Optimizing slow Django REST Framework performance
The Django REST Framework allows Django developers to build simple yet robust standards-based REST APIs for their applications. We've used ... -
My advice on learning Python efficiently
-
Django, fast: part 3 – Mirumee
-
Main Page - Djangopedia
-
How to Make a Webhook Receiver in Django – Medium
-
Django, fast: part 3
-
Django, fast: part 2
-
Django, fast: part 1
-
How To Serve Django Applications with uWSGI and Nginx on Debian 8 | DigitalOcean
-
Optimizing slow Django REST Framework performance
Solve slow Django REST framework API performance problems by eager-loading data, instead of inefficient database querying due to nested serializers.