Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Matt Woodward's Blog: Dynamically Adding Forms To and Removing Forms From Django Formsets
-
Making queries | Django documentation | Django
-
To enable CORS support in django-tastypie, use the following code snipet. Then create your tastypie resources as a subclass of BaseCorsResource.Basic code courtesy Daniel Conzalez of http://codeispoetry.me/index.php/make-your-django-tastypie-api-cross-do
-
To enable CORS support in django-tastypie, use the following code snipet. Then create your tastypie resources as a subclass of BaseCorsResource.Basic code courtesy Daniel Conzalez of http://codeispoetry.me/index.php/make-your-django-tastypie-api-cross-do
-
Installing python GDAL into a python virtualenv in OSX
-
Infinity Interactive - Notebook: Django Migrations
RT @iinteractive: Today, Nate @NTRobison Robison explains how #Django handles migrations -- check it out in Infinity's Notebook: -
django-otp — django-otp 0.3.0 documentation
-
Your wellbeing at DjangoCon Europe
Props to DjangoCon for working to help with mental health issues. -
Deploying Django on AWS
-
Django: Wall of Superpowers!
-
Django Class-Based View Mixins: Part 1
-
Django Class-Based View Mixins: Part 1
-
第十五章: 缓存机制
-
第十五章: 缓存机制
-
mbylstra/django-wham
-
mbylstra/django-wham
-
mbylstra/dreamwhammer
-
mbylstra/dreamwhammer
-
commoncode/django-ddp
-
commoncode/django-ddp
-
Build and Install cx_Oracle on Mac
ln -s libocci.dylib.10.1 libocci.dylib -
Setting up Django and your web server with uWSGI and nginx — uWSGI 2.0 documentation
-
Job Scheduling in Django
Whether it's updating a dynamic table every hour or crawling for new data every midnight, we often find the need for job scheduling on the server side. So here is how you would do this in Django - the dead simple way. -
Django: Wall of Superpowers!
-
How to install PostGIS and GeoDjango on Ubuntu | django, python | codeinthehole.com by David Winterbottom