Changes between Version 435 and Version 436 of DjangoResources


Ignore:
Timestamp:
Jun 5, 2015, 1:45:59 PM (9 years ago)
Author:
Sobolev Nikita
Comment:

Added django-split-settings package.

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v435 v436  
    301301 * [http://code.google.com/p/firepy/ Debugging Django using FirePy (FirePHP)]: Very good way to debug Django applications with the Firefox extension Firebug, FirePHP.
    302302 * [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.
    303304 * [https://github.com/sandersnewmedia/django-host-settings django-host-settings]: Local settings files based on system hostname.
    304305 * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example of how to set up your development environment.
Back to Top