Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Effective Django
So what does Effective Django mean? It means using Django in a way that emphasizes writing code that’s cohesive, testable, ... -
twoscoops/django-twoscoops-project · GitHub
-
twoscoops/django-twoscoops-project · GitHub
-
How to Tango with Django: A Python Django Tutorial
-
Multiple Django and Flask Sites with Nginx and uWSGI Emperor - tghw.com
One of the drawbacks of using Python, though, has always been getting it to play nicely with web servers. I've never been completely happy with the options out there: mod_python, mod_wsgi, FastCGI, and uWSGI. They've all had some instability, performance issue, or other problem. But this past weekend, while doing some server upgrades, I came across a relatively new feature of uWSGI that seems to be the ideal solution for hosting Python sites: Emperor mode. When you start uWSGI in Emperor mode, you give it a directory to watch that contains all of your uWSGI config files. If a new file is added, the emperor process reads it and spins up loyal worker processes to handle requests. If a config file is touched or modified, the emperor will gracefully restart the associated worker processes. And if a config file is removed, the emperor will kill the relevant workers. -
uWSGI vs. Gunicorn, or How to Make Python Go Faster than Node – Fluffy White Stuff
It seems I've finally arrived at the end of my quest to discover a fast, reliable Python stack for serving web APIs that can compete favorably with Node. The funny thing is, I didn't even know it was my quest until I started looking at the surprising results from this latest round of performance testing, in which I pitted uWSGI against Gunicorn. -
Packaging a Django reusable app — bruno.im
-
django | pragmatic startup
-
preview.getprismatic.com
-
preview.getprismatic.com
-
33 projects that make developing django apps awesome — elweb
-
Transaction Management with Django 1.6
-
Django admin throws error after installing tastypie? - Stack Overflow
-
python - How to manage local vs production settings in Django? - Stack Overflow
-
Learn to code with live instructors in a virtual classroom. Code as Conversation.
-
GeoDjango Tutorial | Django documentation | Django
-
A Django administration interface for non-staff users - Tryolabs
-
Welcome to django-admin-tools’s documentation! — django-admin-tools 0.5.1 documentation
dashboards and custom menus for the django admin -
Getting Started with Django Logging in 5 Minutes
-
Getting Started with Django Logging in 5 Minutes
-
https://djangosnippets.org/snippets/2309/ with CBV
-
Django - Rapid development of high-performance web applications - An Introduction
-
Welcome to the django-marcador Tutorial! — django-marcador v1.3.1 Tutorial
-
Installation — ImageKit 3.0.4 documentation
-
arachnys/cabot · GitHub
cabot - Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty