Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
[ Mibbit ]
-
django-history - Model history application for Django
"Tools that allow archivation of Django models. Every model's archive is a separate model." -
etianen/django-reversion - GitHub
-
This Week in Django
-
Organizing Unit Tests in Django : Furry Brains
-
Nginx and Django » KBeezie
-
urlpatterns for django cheatsheet
-
johnboxall/django-paypal - GitHub
Django PayPal is a pluggable application that implements with PayPal Payments Standard and Payments Pro. Before diving in, a quick review of PayPal's payment methods is in order! PayPal Payments Standard is the "Buy it Now" buttons you may have seen floating around the internets. Buyers click on the button and are taken to PayPal's website where they can pay for the product. After completing the purchase PayPal makes an HTTP POST to your notify_url. PayPal calls this process Instant Payment Notification (IPN) but you may know it as webhooks. This method kinda sucks because it drops your customers off at PayPal's website but it's easy to implement and doesn't require SSL. -
Django | django-admin.py and manage.py | Django documentation
-
Django | Providing initial data for models | Django documentation
-
django-recipes - Project Hosting on Google Code
My mom was writing a family cookbook using Microsoft Word and I thought this was a bad idea for several reasons. At first I thought about using LaTeX to separate the style from the content a bit, then I thought about using XML, then I settled on a database as being the most generic to store recipe data. I quickly decided on using Django to create this cookbook framework because Python is probably my strongest language and it makes creating custom websites really easy. -
Django | The Django template language | Django documentation
-
Rails versus Django · SuperJared.com
-
python - Problems with Snow Leopard, Django & PIL - Stack Overflow
-
vlku.com » Django+Eclipse with Code Complete Screencast
-
djeneralize v0.1 documentation
-
agiliq/Dinette (github)
Dinette is a forum application in the spirit of PunBB -
Django geography hacks :: fairview computing
-
Using Munin to monitor trends on a Django site - arbee design blog
-
Fabric, Django, Git, Apache, mod_wsgi, virtualenv and pip deployment
-
Run Django apps using Gunicorn and nginx | David Poblador i Garcia
-
Using web-based image editors with Django apps
-
Backup your django database using fabric: nopper's blog
get(fname, os.path.basename(fname)) run('rm "%s"' % fname) -
The Technology Behind Convore - Die in a Fire - Eric Florenzano’s Blog
-
Top 30 Django Tutorials and Articles