Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
slidesha.re
-
slidesha.re
-
Graphite Documentation — Graphite 0.10.0 documentation
-
Sentry — Sentry 7.0.0-DEV documentation
-
DjangoでのURL⇔view関数の正引き・逆引き - orangain flavor
-
DjangoでのURL⇔view関数の正引き・逆引き - orangain flavor
-
django-drip
Use the admin to manage drip campaign emails using querysets on Django's User model. -
django-simpleapi: The simplest of simple api helpers
django-simpleapi is an MIT Licensed django app, written in Python, for developers. How many times have you wanted to create a simple JSON api in Django. I mean simple. There are great tools out their like * and * but sometimes you just want to send back some JSON. This app makes it super simple to do that. -
Test-Driven Development with Python
-
clutch/http.py at master · clutchio/clutch
clutch - Server component for Clutch Framework and Clutch A/B Testing. -
NewsBlur/json_functions.py at master · samuelclay/NewsBlur
NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument. -
Agiliq - Building Amazing Apps | Django Web Development | Mobile App Development
-
Templating Engines in PHP - Fabien Potencier
htmlspecialchars($var, ENT_QUOTES, 'UTF-8') -
How to Deploy Python WSGI Apps Using Gunicorn HTTP Server Behind Nginx | DigitalOcean
-
How to Deploy Python WSGI Apps Using Gunicorn HTTP Server Behind Nginx | DigitalOcean
-
Migrating to a Custom User Model in Django
-
pdb - Using the Python debugger in Django
-
An Architecture for Django Templates | Webteam Blog
-
python - How to debug in Django, the good way? - Stack Overflow
-
django-dash 0.4.11 : Python Package Index
-
django-dash 0.4.11 : Python Package Index
-
aldryn/aldryn-blog
-
aldryn/aldryn-blog
-
jschneier/django-storages-redux
Python3 compatible fork of django-storages from BitBucket with actual uploads to PyPi -
Appending the request URL to SQL statements in Django
A great Django trick for appending the request url to each sql statement.