Changes between Version 308 and Version 309 of DjangoResources


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

Added a link to a pluggable Django app we wrote that other developers may find useful

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

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