Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
BigJason.com | django-south migrate order
-
/ - appengine-i18n - Google Appengine python 国际化支持 - Google Project Hosting
-
ジャンゴと奏でる ~数時間でおぼえるDjango~「03簡単なブログを作る その2」 - 牌語備忘録
-
Django snippets: Authentication Against Active Directory (LDAP) over SSL
-
Django snippets: Django 1.2+ template loader for Jinja2
-
Django | File Uploads | Django documentation
-
Django | The Django template language: For Python programmers | Django documentation
-
Convert Django Templates to Jinja2 - splike.com
-
cdleary/coffin - GitHub
-
Django Continuous Integration - Django users | Google Groups
-
Packaging and development workflow for decoupled apps. - Django users | Google Groups
-
GSoC: packaging Django applications - Django developers | Google Groups
-
alex/django-filter - GitHub
"Django-filter is a reusable Django application for allowing users to filter queryset dynamically. It requires Python 2.4 or higher. For usage and installation instructions consult the docs directory. Django-filter can be used for generating interfaces similar to the Django admin's ``list_filter`` interface. It has an API very similar to Django's ``ModelForms``" -
Torte/django-urli18n - GitHub
"django-urli18n is a Django reusable app providing only one thing: showing the currently activated language in the URL. This is useful for sites you want to have one page in different languages and accessible via different links according to these languages (e.g, a News site with article directories in different languages, ...)" -
The Django admin site — Django v1.2 documentation
-
General Django Troubleshooting Techniques
-
Going Green — David Bennett / __init__
-
王振的博客:django 支付插件开发 心得总结 - 哲思
-
飞纯技术 — 使用Django的一些小经验
Signal 可以将代码解耦。 比如说支付流程,有一个支付宝接口的app, 受到支付宝的通知,验证数据,然后发出一个Signal , 别的app connect 这个Signal , 然后更新订单状态之类的。 这个支付宝app 就完全是一个 reusable app . -
dajaxproject.com - easy to use ajax library for django
-
Justin Driscoll: Setting Up A Django Development Virtual Environment on OS X
-
Running Django on appengine
-
Turning Vim into a modern Python IDE
-
Running Pure Django Projects on Google App Engine - Google App Engine - Google Code
-
Nginx Django Webfaction