Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Initial Data in Django | Caktus Group
-
High Performance Django Infrastructure Preview | Lincoln Loop
-
Django Under The Hood, Amsterdam | Opbeat
-
Sid Meier's Civilization Inspired Budget
-
Deploying Django 1.7 on Ubuntu with DigitalOcean - with PostgreSQL, Nginx, and Gunicorn | adambeagle.com
-
Django Class-Based-View Inspector -- Classy CBV
-
Kurs: Kurs E-Learningowy
-
Test-Driven Development with Python
-
How to Tango with Django: A Python Django Tutorial
-
civ-inspired budgeting: arecker/moolah
http://alexrecker.com/our-new-sid-meiers-civilization-inspired-budget/ -
Faster Testing with RAM Drives
When writing unit tests in Django using django.test.TestCase the database will be flushed after each test. If you're not using an in-memory database this will create a lot of overhead writing to disk. -
jmcarp/nplusone
Auto-detecting the n+1 queries problem in Python -
Using Pylint on Django Projects with pylint-django - Landscape.io Blog
-
Quickstart Guide: Compose and Django
-
Upgrading Wagtail to use Django 1.7 locally using vagrant | Joss Ingram, Web Developer
-
Drag'n'Drop Pivot Tables and Charts, in Jupyter/IPython Notebook
-
[untitled]
-
python - How to use Django model inheritance with signals? - Stack Overflow
-
#1796 ([patch] "Cannot resolve keyword ___ into field" error when working with ManyToMany relation) – Django
-
Django ManyToMany error: "Cannot resolve keyword XXX into a field"
-
python - FieldError: Cannot resolve keyword 'XXXX' into field - Stack Overflow
-
Teardown: Refactoring Search from Django App to Microservice - Safari Blog
-
How a Django Developer Can Write Speedy Unit Tests, Pt. 2: Fake it ‘Til You Make It
A Django developer will learn about Django framework testing in an environment with Agile development methodologies. -
healthchecks/healthchecks
Aplicacion en django interesante para leer -
jezdez/django-configurations
django-configurations - A helper for organizing Django project settings by relying on well established programming patterns.