Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
About - abidibo.net
-
About - abidibo.net
-
SplitSettings – Django
-
Cache Machine — Cache Machine 0.8 documentation
-
Cache Machine — Cache Machine 0.8 documentation
-
12 Essential Cheat Sheets for Developers
-
django-sql-explorer
-
jezdez/django-queued-storage at master
-
On the Reign of ‘Benevolent Dictators for Life’ in Software - Robinson Meyer - The Atlantic
RT @SFLinux: Un "dictateur" peut-il être "bienveillant"? Oui, pour le meilleur et pour le libre :-) via @LogicielLibreQc #Django -
Advanced testing Django applications by Wojtek Erbetowski
-
Advanced testing Django applications by Wojtek Erbetowski
-
http - Make Django return response as a "different filename" - Stack Overflow
There's a relevant example in the docs: from django.http import HttpResponse def some_view(request): # Create the HttpResponse object with the appropriate headers. response = HttpResponse(mimetype='application/pdf', ) response['Content-Disposition'] = 'attachment; filename=somefilename.pdf' return response -
Chapter 1: Introduction — Djen of Django
-
mysql - Django "Cannot add or update a child row: a foreign key constraint fails" - Stack Overflow
-
Kickstarting a Django Open Source Project
-
Python, Erlang, Django, jQuery, NLTK Articles | streamhacker.com «streamhacker.com
-
Python, Erlang, Django, jQuery, NLTK Articles | streamhacker.com «streamhacker.com
-
Building a True OAuth 2.0 API with Django and Tasty Pie
Building a True OAuth 2.0 API with Django and Tasty Pie posted by Ian on April 10, 2013 Almost a year ago PyDanny wrote a great article entitled “The Sorry State of Python OAuth Providers” detailing the abysmal state of OAuth in Python. One year later we have a few more options, and here I am going to detail how I made a django-based OAuth 2.0 API with Tasty Pie. -
jezdez/django-robots
-
Django in Production: Part 3 - Automation & Monitoring - Rob Golding
-
Tracking Application Response Time with Nginx | Blog | Django Development | Lincoln Loop
-
lincolnloop/windmills · GitHub
-
Performance tips
-
Dynamically adding forms to a formset with jQuery in Django
-
Dynamically adding forms to a formset with jQuery in Django