Changes between Version 241 and Version 242 of DjangoResources
- Timestamp:
- Jul 30, 2010, 10:39:27 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v241 v242 233 233 234 234 * [http://code.google.com/p/firepy/ Debugging Django using FirePy (FirePHP)]: Very good way to debug Django applications with the Firefox extension Firebug, FirePHP. 235 * [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. 235 236 * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example of how to set up your development environment. 236 237 * [wiki:DjangoSettingsBashFunction 'django-settings' Bash function]: Save the typing of DJANGO_SETTINGS_MODULE.