Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Apache と mod_python で Django を動かす — Django v1.0 documentation
われてしまいます -
A (Complete) Guide to Running Django on Joyent Shared Accelerators using Virtualenv, pip, git, and NginX | ecarmi.org
-
ReCaptcha in Django Forms
-
Django snippets: serialize model object with related objects to dict
-
Django snippets: serialize model object with related objects to dict
-
Django (web framework) - Wikipedia, the free encyclopedia
-
django crm
-
Code Koala - How I Have A Mobile & Desktop Site With Django
-
http://tool.yoihj.ru/stmt
-
Django | Testing Django applications | Django documentation
-
charles leifer | Django's Inlineformset_factory and You
Being two weeks into my Django initiation, I'm quickly learning that if something seems really hard to do the odds are it's being done wrong. Yesterday, while trying to set up a public-facing form for a recipes app, I ran into the issue of combining Django's ModelForm (for the Recipe model) with an inline for the foreign key Ingredients. Coming from a PHP background, I was thinking about manually creating a set of ingredients-related fields and then parsing them on postback. One of my astute coworkers (there are many of them) pointed out that this was the ideal use-case for the inline formset factory, which allows you to add foreign key fields to a ModelForm. So I began googling -- and didn't find much. In the interests of helping out someone with a similar problem, here's what I did. -
A (Complete) Guide to Running Django on Joyent Shared Accelerators using Virtualenv, pip, git, and NginX | ecarmi.org
-
YouTube - Django Reinhardt - J'attendrai Swing 1939
-
Fivethreeo's blog - All Greek to me
-
Extending Django’s database API to include full-text search | Mercurytide
-
Tivix web development company
django shop specializing in social-entrepreneurship -
ファイルアップロード — Django v1.1 documentation
-
A (Complete) Guide to Running Django on Joyent Shared Accelerators using Virtualenv, pip, git, and NginX | ecarmi.org
-
garethr/django-project-templates - GitHub
A set of Paster templates for Django projects, including a fabric deployment script -
Using Checkinstall With Virtualenv For Python Deployments
-
10 Django Apps I Can’t Live Without | KomunitasWeb
-
Real-world real-time web apps with Python equals Django + Orbited + Twisted - electronic.habitat : alex.clemesha
-
Django | Request and response objects | Django documentation
-
Django | Pagination | Django documentation
-
Introducing the Django Debug Toolbar