Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Fabric: easy deployment - vlent.nl
-
Admin django, deux petits tips pour les change_list | Le Mad Blog
-
Django Deployment Workshop by Jacob Kaplan-Moss
-
Silver Lining — Silver Lining v0.0 documentation
-
Lessons Learned From The Dash: Easy Django Deployment | Surfing in Kansas
-
Green Unicorn - Welcome
-
python - What Hosting Service is best for Django applications? - Stack Overflow
-
django-evolution
-
alex/django-filter - GitHub
-
Add Full-Text Search to your Django project with Whoosh
-
You should use django-haystack like this / unfoldthat.com
If you ever need to enable searching on your web-site, you should go with django-haystack. This is a really cool “reusable app”. I remember days then search on my PHP projects was the most hard and annoying part of working on them, so I was really pleased with this plugin. But django-haystack has several API design mistakes, and one of them - naming a document=True - is really annoying and can really get in your way all of a sudden. In this article, I tell you about the only way you should use django-haystack, which will save us all a lot of time and hopefully lead us to solving this issue directly in django-haystack. -
rossdakin/django-resurrectable - GitHub
delete / undelete managers -
Django | Using internationalization in your own projects | Django documentation
-
Tastypie - Restful APIs for Django
Alternative to django-piston -
The Perfect Django Settings File - projectb14ck
-
Тестирование Django приложений с помощью Selenium / Django Framework / Хабрахабр
-
django-haystack 1.2.0 released. Haystack provides modular search for Django. It features a unified, familiar API that allows you to plug in different search backends (such as Solr, Whoosh, Xapian, etc.) without having to modify your code.
-
Django + TinyMCE = Profit
-
Django and other: Three easy rules about parts of code of apps within django project
-
Pinax
-
EcommIT Labs Pvt Ltd - Developer details on Djangogigs.com
-
PyCon 2011: Django: Pitfalls I Encountered and How to Avoid Them - Python Miro Community - All Python Video, All the Time
-
slafs/django-html5-boilerplate - GitHub
-
Django + TinyMCE = Profit
kills off nasty word double quotes! -
Installing Aptana Studio 3 for Django Development on Ubuntu Linux - MikeTheTechie