Changes between Version 340 and Version 341 of DjangoResources
- Timestamp:
- Sep 20, 2012, 3:50:31 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v340 v341 293 293 294 294 * [http://code.google.com/p/firepy/ Debugging Django using FirePy (FirePHP)]: Very good way to debug Django applications with the Firefox extension Firebug, FirePHP. 295 * [http:// www.vouchercode.nl/django-environments]: Django "settings inheritance" for different environments, with easy WSGI integration and bash convenience commands for Django, pip, and hg.295 * [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. 296 296 * [https://github.com/sandersnewmedia/django-host-settings django-host-settings]: Local settings files based on system hostname. 297 297 * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example of how to set up your development environment.