Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
django-oembed - A collection of Django tools which make it easy to change text filled with oembed links into the embedded objects themselves. - Google Project Hosting
-
Syntax Highlighting in Django with Markdown and Pygments | Ayman Hourieh
I find Markdown to be a more readable and usable alternative to XHTML/CSS for formatting text, and I use it to format my articles at this Django-powered blog. When implementing syntax highlighting for code blocks within text, I searched for existing solutions and found many approaches that were too complicated and had shortcomings. After more research, I realized that syntax highlighting works out of the box in Django if you have a recent version of Markdown. -
django-filetransfers - File upload/download abstraction | All Buttons Pressed
-
Django Packages :
-
How to Unit test with different settings in Django? - Stack Overflow
altering settings during django tests -
Django geography hacks :: fairview computing
-
Haystack - Search for Django
-
Django snippets: Excel Export with xlwt
-
DBA Blog - Web 2.0、 数据库、维护优化、linux
-
http://toys.jacobian.org/presentations/2009/oscon/real-world-django.pdf
-
charles leifer | Connecting anything to anything with Django
-
The apps that power Django-Mingus | Monty Lounge Blog
-
Sourcefabric | Django Software Stack
-
Django | Django 1.3 release notes | Django documentation
-
Django Dose
-
Liste des chapitres
-
RodolfoCarvalho.net: Filtros personalizados no admin do Django
-
linux - Transferring data between sqlite databases - Stack Overflow
sync db load dump data -
Alex Gaynor -- Testing Utilities in Django
-
Django vs. web2py
-
Slideshare Mobile
-
Django | Sending e-mail | Django documentation
-
Guide in organizing large Django projects
-
django-filetransfers - File upload/download abstraction | All Buttons Pressed
Django plugin that allows for file-uploads that go to blobstore or async s3 -
Notes on using pip and virtualenv with Django « SaltyCrane Blog