Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django Server Comparison: The Development Server, Mod_WSGI, uWSGI, and Gunicorn | DigitalOcean
-
Github of creating django web socket programs
Tornado +sock.js and node.js implementations of a chat client -
Ali Raza Bhayani - Developer's notes: Django - Install Psycopg2 on Mac OS X - pg_config path issue AND lipo: can't open input file - Issues Resolved
-
Performant Django: Best Practices for Solving Complex Front-End and Back-End Issues - Hakka Labs
-
Scaling with Ansible // Speaker Deck
-
My Flask to Django Experience - Jökull Sólberg Auðunsson
-
Django and Static Files - Do I Smell Burning?
-
Introduction | DjangoGirls Tutorial
-
Django: Under the Hood
RT @jezdez: w00t! A new Django conference later this year, with advanced, focused talks: @DjangoUnderHood #django #ep14 -
Effective Django Forms — Effective Django
-
python - Django: how to change label using formset extra? - Stack Overflow
Suggests a way to change the label of widgets per form set -
Formsets | Django documentation | Django
Lots of useful information about formsets -
Greg Aker :: Blob :: How do Django class-based views work?
-
Greg Aker :: Blob :: How does Django's class-based ListView work?
-
Using Django CreateView to handle formset - It doesnt validate - Stack Overflow
from extra_views import FormSetView class ItemFormSetView(ModelFormSetView): model = Service template_name = 'service_formset.html' -
python - Multiple Forms and Formsets in CreateView - Stack Overflow
-
Build an IVR system with Twilio and Django
-
realdjango.com
-
Build an IVR system with Twilio and Django
-
django - Python TastyPie - Custom manager methods as filters? - Stack Overflow
-
jaylett/django_auto_sluggable
-
Django Migrations - A Primer - Real Python
-
aaugustin/django-userlog
Logs users' recent browsing history. Helpful for customer support and merciless spying. -
Django Developer at Wildfish at Wildfish in London, United Kingdom - Djangogigs.com
London, UK. REMOTE okay, but bonus points if you can get to London sometimes. 3/4 days a week also a possibility.Wildfish - http://wildfish.comWe're a London ... -
Django multiple inline formsets with generic class based views