- Added the server_email buildout setting. Will set SERVER_EMAIL in the settings.py, so email can be correctly sent out from the server
1.2.2
-----
- Added the creation of staging.py for staging environment deployments - The project path is now correctly added to the buildout
1.2.1
-----
- Documentation updated
1.0
---
- Forked from djangorecipe and renamed to isotoma.recipe.django.
0.20
----
- The recipe know makes the `django` package know to setuptools during install. This closes 397864. Thanks to Daniel Bruce and Dan Fairs for the patch.
- Fixed 451065 which fixes a problem with the WSGI log file option.
- Added the posibilty to configure more FCGI related settings. Thanks to Vasily Sulatskov for the patch.
0.19.2
------
- The generated WSGI & FCGI scripts are now properly removed when options change (fixes 328182). Thanks to Horst Gutmann for the patch.
- Scripts are now updated when dependencies change. This fixes 44658, thanks to Paul Carduner for the patch.