Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
PostgreSQL when it is not your job - Christophe Pettus - Reinout van Rees
More optimizing postgresql -
Speeding up Django / PostgreSQL - Vincent Prouillet
Optimizing Postgres with Django -
modelbrouwers/django-login-for-phpbb
django-login-for-phpbb - Python package + PHP code to enable the Django auth backend in phpBB(3) -
Dan Langer: A Scenic Drive through the Django Request-Response Cycle - PyCon 2014 - YouTube
-
Using Webpack transparently with Django + hot reloading React components as a bonus - Owais Lone
-
Mocking things in Python (and specifically, in Django) | Craig Labenz
-
teilo comments on Asynchronous Tasks with Django and Celery
-
Django Bootcamp with Astro Code School | Betamore
RT @AstroCodeSchool: Take the #Django Bootcamp in Baltimore @betamore Friday August 7 with @CalebSmithNC -
Asynchronous Tasks with Django and Celery : django
It does not matter what tools one uses. If their design is bad, expect bad results. But if one misuses the tools, they should not blame the tools. You say as much in your response. You fixed the problematic tasks, but didn't abandon celery. Also, the article specifically warns against accessing the database directly in one's tasks. -
Terrible choices: MySQL | ionel's codelog
MySQL quirks compared to postgresql -
incuna/django-orderable
django-orderable - Add manual sort order to Django objects via an abstract base class and admin classes -
Mezzanine - The Best Django CMS
Mezzanine is a powerful, consistent, and flexible content management platform. Built using the Django framework, Mezzanine provides a simple yet highly extensible architecture that encourages diving in and hacking on the code. -
The messages framework | Django documentation | Django
-
Forms, Getting Your Money's Worth
-
Forms for user registration — django-registration 0.8 documentation
-
django-registration 1.0 documentation — django-registration 1.0 documentation
-
ubernostrum / django-registration / wiki / Home — Bitbucket
-
Django and Scrapy
-
Asynchronous Tasks with Django and Celery - Real Python
This tutorial shows how to integrate Celery and Django and create Periodic Tasks -
Emacs – Django
-
davidmiller/pony-mode
A Django mode for emacs. -
from the cloud: Emacs as a Django IDE with python-django.el
-
pip -t: A simple and transparent alternative to virtualenv
-
Show the sql Django is running? - Stack Overflow
-
Asynchronous Tasks With Django and Celery