Changes between Version 31 and Version 32 of SplitSettings


Ignore:
Timestamp:
Jul 7, 2013, 9:18:51 AM (11 years ago)
Author:
ricardokirkner@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SplitSettings

    v31 v32  
    733733 * Wildcards can be used in file paths.
    734734 * Maintains support for Django’s runserver auto-reloading.
     735
     736== django-configglue ==
     737
     738Use ini-style configuration files with support for overriding options from the commandline or via environment variables. See the [http://django-configglue.readthedocs.org/en/latest/quickstart.html quickstart guide] for more details and checkout the [http://launchpad.net/django-configglue repository] if your curious about it.
     739
     740Main features are:
     741- ini-style configuration files
     742- schema-based configuration
     743- command-line integration
     744- configuration validation
     745- multiple configuration files support with layering
Back to Top