Category django
-
NoReverseMatch : custom registration templates break django unit tests
How to fix NoReverseMatch errors in the django auth and django-registration test suites when you are using customized login and registration templates... read more
-
Sending Django email with Gmail
How to set up your Django application so email is sent through Gmail... read more
-
Compiling mysql-python on OS X leopard
How to get around a few of the problems you may encounter trying to install mysql-python bindings on OS X Leopard... read more
-
Splitting up Django models
Django models are all grouped in one file by default. Here's how to split them up into logical groups... read more