| 724 | |
| 725 | == django-split-settings == |
| 726 | |
| 727 | See the [http://www.2general.com/blog/2013/05/17/django_settings_split.html blog post] and [https://github.com/2general/django-split-settings GitHub project page] for details. Main features: |
| 728 | |
| 729 | * Settings can be split into files and directories. |
| 730 | * Files later in the list can modify configurations, for example add or remove apps from INSTALLED_APPS. |
| 731 | * The main settings file lists the files that make up the project’s settings. |
| 732 | * Files can be marked optional. Optional files can be used to override settings per instance. |
| 733 | * Wildcards can be used in file paths. |
| 734 | * Maintains support for Django’s runserver auto-reloading. |