Changes between Version 308 and Version 309 of DjangoResources
- Timestamp:
- Oct 14, 2011, 1:39:11 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v308 v309 287 287 * [http://code.google.com/p/firepy/ Debugging Django using FirePy (FirePHP)]: Very good way to debug Django applications with the Firefox extension Firebug, FirePHP. 288 288 * [http://bitbucket.org/goeiejongens/django-environments django-environments]: Django "settings inheritance" for different environments, with easy WSGI integration and bash convenience commands for Django, pip, and hg. 289 * [https://github.com/sandersnewmedia/django-host-settings]: Local settings files based on system hostname. 289 290 * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example of how to set up your development environment. 290 291 * [wiki:DjangoSettingsBashFunction 'django-settings' Bash function]: Save the typing of DJANGO_SETTINGS_MODULE.