Changes between Version 435 and Version 436 of DjangoResources
- Timestamp:
- Jun 5, 2015, 1:45:59 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v435 v436 301 301 * [http://code.google.com/p/firepy/ Debugging Django using FirePy (FirePHP)]: Very good way to debug Django applications with the Firefox extension Firebug, FirePHP. 302 302 * [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. 303 * [https://github.com/sobolevn/django-split-settings django-split-settings]: Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files. 303 304 * [https://github.com/sandersnewmedia/django-host-settings django-host-settings]: Local settings files based on system hostname. 304 305 * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example of how to set up your development environment.