Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
How to run multiple websites from one Django project - Michał Karzyński
-
How to use curl with Django, csrf tokens and POST requests - Stack Overflow
-
Supporting Both Django 1.7 and South - Trey Hunner
-
Bürger baut Stadt
-
Introducing Silk, live profiling for Django
-
mtford90/silk
Silk is a live profiling and inspection tool for the Django framework. -
appliedsec/pygeoip
Pure Python GeoIP API -
A set of Django sample apps
All relatively simple but might be useful for training/teaching -
[untitled]
All relatively simple but might be useful for training/teaching -
danielgroves/Vagrant-Tutorial
-
Development Environments with Vagrant and Ansible · Daniel Groves
-
The uWSGI Emperor – multi-app deployment — uWSGI 2.0 documentation
-
Query-related classes | Django documentation | Django
An F() object represents the value of a model field. It makes it possible to refer to model field values and perform database operations using them without actually having to pull them out of the database into Python memory. Instead, Django uses the F() object to generate a SQL expression that describes the required operation at the database level. -
dobarkod/django-queryinspect · GitHub
-
Django 1.5 Docs: Exception Middleware, "process_exception"
Automatically handle exceptions via Django middleware. -
Oscar settings — django-oscar 0.8 documentation
-
▶ "Good schema design - and why it matters!" by Andrew Godwin - YouTube
-
mtford90/silk · GitHub
Silk is a live profiling and inspection tool for the Django framework. It primarily consists of: Middleware for intercepting Requests/Responses A wrapper around SQL execution for profiling of database queries A context manager/decorator for profiling blocks of code and functions either manually or dynamically. A user interface for inspection and visualisation of the above. -
Custom Django User Model - Black Glasses
-
Inside the Head of PyDanny (Daniel Greenfeld)
-
Django database migration tool: south, explained | DjangoPro
-
Welcome to DjangoRocks.com | djangorocks.com
-
Accessing multiple postgres schemas from Django
-
CivClicker
-
django-cron 0.3.3 : Python Package Index
i think this is the chron that im using