I have been using rackspace CDN for the last few months with django-imagekit and django-cumulus. And I am not really happy with the results.
After finishing the core functionalities of my project it\'s time to begin with other secundary but important things.
I\'m a Django newbie and am interesting in understanding how to in开发者_如何学运维stall the EmailAuth app into my new project:
I have been playing around with django-photologue for a while, and find this a great alternative to all other image handlings apps out there.
I\'ve noticed there\'s a lot of confusion about what \"app\" means in Django, due in no small part to the documentation only explaining this abstract concept with more ab开发者_运维问答straction. ( ht
I\'m learning django and I love the ease of plugging in a 3rd party app (like django-registration).Is there a site listing available 3rd party Django apps?I know I can search google code, github or bi
I\'M using django south on a bigger project, the only thing I don\'t like about it, that you can\'t create schemamigrations for all of your apps at once (I have a lot of apps that inherit from the sam
I have ceated several django apps and stuffs for my own fund and so far everything has been working fine.
Say I\'m writing a Django app, and all the templates in the app require a certain variable. The \"classic\" way to deal with this, afaik, is to write a context processor and add it to TEMPLATE_CONTEX
I am following this tutorial: http://docs.djangoproject.com/en/dev/ref/contrib/messages/ but I get this error: