Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
pyvideo.org - Fully Test-Driven Web Development with Django and Selenium
-
Welcome to django-sekizai’s documentation! — django-sekizai 0.6.1 documentation
With django-sekizai you can define placeholders where your blocks get rendered and at different places in your templates append to those blocks. This is especially useful for css and javascript. Your sub-templates can now define css and Javascript files to be included, and the css will be nicely put at the top and the Javascript to the bottom, just like you should. Also sekizai will ignore any duplicate content in a single block. -
Django pipline
Pipeline is an asset packaging library for Django, providing both CSS and JavaScript concatenation and compression, built-in JavaScript template support, and optional data-URI image and font embedding. -
Django In Depth Tutorial
Django Tutorial from PyCon US 2012 . -
Introduction - Django Fluent CMS
-
Introduction - Django Fluent CMS
-
Merengue CMS, a Django based CMS on steroids - Merengue powered site
-
Merengue CMS, a Django based CMS on steroids - Merengue powered site
-
Supervisor with Django and Gunicorn
Supervisor is a monitoring tool that can monitor your processes. It can restart the process if the process dies or ... -
aaugustin/django-pymssql
Django database backend for Microsoft SQL Server that works on non-Windows systems. -
Django Admin CSS Missing? A 2013 solution » Brit on the Run
-
python - Adding attributes into Django Model's Meta class - Stack Overflow
-
Making a specific Django app faster
This is just a simple tale of making a specific Django app faster. Just a tale of the steps I ... -
Configuring centralized logging from Python apps / Configuration / Knowledge Base - Papertrail Support
-
Configuring centralized logging from Python apps / Configuration / Knowledge Base - Papertrail Support
-
masci/django-appengine-toolkit
-
django-debug-toolbar 1.2 : Python Package Index
-
Let user add point on map (Geodjango + LeafletJS) - Ivan Pasic
In this tutorial I'll try to explain you how to create simple Geodjango app and create form which enable users to add points on your map. -
Uploading, parsing and saving GPX data to PostGIS with Geodjango - Ivan Pasic
In this article I will show you code example how to create form for uploading gpx file and then to automatically save data from that file to your PostGIS database using Geodjango. -
Build a simple GIS web application using GeoDjango and Google Maps — invisibleroads-tutorials 1.2 documentation
By the end of this tutorial you will have built a simple GIS web application for viewing, editing, searching and uploading GIS data -
How to create or register User using django-tastypie API programmatically? - Stack Overflow
-
Django Tastypie Facebook Authentication
-
Writing Simple Views for Your First Python Django Application | Python Central
-
Writing Simple Views for Your First Python Django Application | Python Central
-
django-queued-storage — django-queued-storage 0.6 documentation