Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
python-amazon-product-api 0.2.8 : Python Package Index
A Python wrapper for the Amazon Product Advertising API. -
Setting up uswgi + nginx. What you need to know!
-
vitorfs/bootcamp · GitHub
-
django-extensions/django-extensions
This is a repository for collecting global custom management extensions for the Django Framework. -
uml-to-django - Fully automated conversion from UML class diagram into a Django admin interface. - Google Project Hosting
This tool automatically generates the Django model and admin interface from a UML class diagram. -
Hello World in Django !!!! | tuxbalaji
-
python - Adding REST to Django - Stack Overflow
-
Deploying Django staticfiles to Heroku via Hudson/Jenkins
Facts, hacks and attacks from my life as a web application developer -
PhantomJS, Selenium, and Django: Headless Browser Testing for the Rest of Us
Rover.com is a Django shop, but I personally come from a Rails background. The Rails world has great tooling and infrastructure for automated … -
Django REST framework - APIs made easy
-
Django Restless - JSON-based RESTful APIs tools for Django — DjangoRestless 0.0.8 documentation
-
Django 1.6 urls.defaults compatibility work-around | Technology Against You
from django.conf.urls.defaults import * # should be from django.conf.urls import * -
django-bakery — django-bakery 0.3.2 documentation
-
python - How do I quit a Django development server with a bash script? - Stack Overflow
-
django-ve/helloworld · GitHub
-
relekang/django-nopassword · GitHub
django-nopassword - #Django Authentication backend using email confirmation instead of passwords #python -
Show HN: Silk, a profiling tool for Django
-
Introducing Silk, live profiling for Django
-
mtford90/silk · GitHub
-
Optimizing Django security with Nginx
> Recently, our servers was targeted by hackers, probing and scanning urls of websites. It's been long overdue (the extra security configurations), but somehow our websites caught the eyes of these people. The scans are generating lots of error logs. It is hitting the web application server, something which we do not want. -
django-mptt v0.6.1 documentation
-
django-mptt/django-mptt · GitHub
-
Quick install guide | Django documentation | Django
-
Django Projects¶
Templates typically live in one of two places, inside the application or at the root level of a project. We recommend keeping all your templates in the project template directory unless you plan on… -
django-mobile