Changes between Version 339 and Version 340 of DjangoResources
- Timestamp:
- Sep 11, 2012, 9:54:44 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v339 v340 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:// bitbucket.org/goeiejongens/django-environmentsdjango-environments]: Django "settings inheritance" for different environments, with easy WSGI integration and bash convenience commands for Django, pip, and hg.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. 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.