Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
apluggedinlife.com
-
Développeurs PHP, démarrez un nouveau projet sous Python/Django ! | apluggedinlife.com
-
MintChaos: Christian Metts - Designer, Web developer
-
Développeurs PHP, démarrez un nouveau projet sous Python/Django ! | apluggedinlife.com
-
Django snippets: IP Authorization Decorator with IP list
Improved version of http://djangosnippets.org/snippets/2205/ Example simple code: ` from django.http import HttpResponse IP_LIST = ['192.168.101.100', '192.168.101.220', '127.0.0.1', '127.0.1.1'] @ip_auth(IP_LIST) def get_parameter(request,name): parameter = get_object_or_404(Parameter,short_name=short_name) return HttpResponse(parameter.value) -
Django snippets: Custom filename example with sorl-thumbnail
usage :- put it in python path and refer to it from settings.py THUMBNAIL_BACKEND = 'full.import.path.to.SEOThumbnailBackend' Took me a bit to figure it out since i couldn't find an existing example code for it -
Djangoのページネートミドルウェア「django-pagination」を設定する方法 - ドラあり!*ドラゴンに挑むアリの物語 ** 大宮に住むPython使いの日々
-
Setting up Django Development in Eclipse with Code Complete and Graphical Debugging :: Tech Videos, Screencasts, Webinars, Techtalks, Tutorials
-
ImportError exception on appengine using Django nonrel - Django non-relational | Google Groups
-
Django | Built-in template tags and filters | Django documentation
-
Django Hosting
-
The Django Book: Version 2.0 (English)
-
Latest Additions :: DjangoSites.org - Powered by Django
-
django-cron
A Django application that will run cron jobs for other django apps -
JobsScheduling - django-command-extensions - Documentation on ...
Django Custom Management Command Extensions -
django-poormanscron
Django app exploiting bots for scheduled tasks. -
charles leifer | Idea for a simple task queue
Idea for a simple task queue -
Django tips: laying out an application
-
Shop Bench Canada. Clothes for women, men, girls and boys.
-
Django From the Ground Up - video tutorials for screencasts, process, python, django, web, episodes, building, application
-
Python Package Index : django-celery 2.1.4
Distributed Task Queue for python -
Django: Renombrar nombres de archivos a ASCII
Pasar nombres de archivos a ASCII en django -
django-tasks
Asynchronous long running task management designed for Django. -
djangozen • jobs, apps and stuff for django
-
dajaxproject.com - easy to use ajax library for django