Changes between Version 309 and Version 310 of DjangoResources


Ignore:
Timestamp:
Oct 14, 2011, 1:40:20 PM (13 years ago)
Author:
elijahr@…
Comment:

Named the link I just added

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v309 v310  
    287287 * [http://code.google.com/p/firepy/ Debugging Django using FirePy (FirePHP)]: Very good way to debug Django applications with the Firefox extension Firebug, FirePHP.
    288288 * [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.
    289  * [https://github.com/sandersnewmedia/django-host-settings]: Local settings files based on system hostname.
     289 * [https://github.com/sandersnewmedia/django-host-settings django-host-settings]: Local settings files based on system hostname.
    290290 * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example of how to set up your development environment.
    291291 * [wiki:DjangoSettingsBashFunction 'django-settings' Bash function]: Save the typing of DJANGO_SETTINGS_MODULE.
Back to Top