Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
天地一沙鸥 » Blog Archive » django-tagging的使用方法
-
Evented Django part one: Socket.IO and gevent | codysoyland.com
-
A Django template tag for the current active page « Occasionally sane
Writing this in every template quickly becomes a pain in the neck. With Django, an easy solution would be to move this section to a different file, _nav.html for instance, and include it in every page. Another, even better way, would be to make sure that every template extends a base template (a very common practice with Django) and to add the navigation to that base template. We face a little problem however: how do we know which page we’re on? If you use the render_to_response shortcut, you can give an extra keyword argument, context_instance. If you use the RequestContext class, you can -
Customising Mingus, part 2 | rosemanblog
-
Django の admin をカスタマイズする
-
uswaretech/Django-Socialauth - GitHub
Allows logging via Facebook, Yahoo, Gmail, Twitter and Openid -
omab/django-social-auth - GitHub
-
lurkingideas of Jiri Barton
-
Django | Creating forms from models | Django documentation
-
Evented Django part one: Socket.IO and gevent | codysoyland.com
-
minibooks
-
scot hacker’s scripts and utils » Django-Todo
-
Bending django flatpages to your will - Linfiniti Geo Blog
-
Django Registration activation_email.txt
-
SplitSettings – Django
Possible solutions for environment specific settings file -
Evented Django part one: Socket.IO and gevent | codysoyland.com
-
Getting Started With Django-CMS | KomunitasWeb
-
Evented Django part one: Socket.IO and gevent | codysoyland.com
-
Django snippets: Plugin Framework
-
Django tips: the difference between 'blank' and 'null'
-
Evented Django part one: Socket.IO and gevent | codysoyland.com
-
django - ordering queryset by a calculated field - Stack Overflow
-
Evented Django part one: Socket.IO and gevent | codysoyland.com
-
Calculated Fields in Django - Half-baked code
-
Tips and tricks