Changes between Version 309 and Version 310 of DjangoResources
- Timestamp:
- Oct 14, 2011, 1:40:20 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v309 v310 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 * [https://github.com/sandersnewmedia/django-host-settings django-host-settings]: Local settings files based on system hostname. 290 290 * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example of how to set up your development environment. 291 291 * [wiki:DjangoSettingsBashFunction 'django-settings' Bash function]: Save the typing of DJANGO_SETTINGS_MODULE.