Changes between Version 241 and Version 242 of DjangoResources


Ignore:
Timestamp:
Jul 30, 2010, 10:39:27 AM (14 years ago)
Author:
vincenth
Comment:

Added django-environments link to Development environment section

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v241 v242  
    233233
    234234 * [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.
    235236 * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example of how to set up your development environment.
    236237 * [wiki:DjangoSettingsBashFunction 'django-settings' Bash function]: Save the typing of DJANGO_SETTINGS_MODULE.
Back to Top