wagtail/wagtail
Tomas Olander 4bb2bf2bbd Don't import dev in project template settings
Developer settings were always imported whenever any portion of the
project template settings package itself was imported. Using production
settings would result in __init__.py importing the dev settings first,
*then* overriding those with the production settings.

This lead to somewhat counter-intuitive behaviour - dev settings that
weren't explicitly set again in production would tag along to prod.

To fix this, the project template settings package no longer imports
dev, and settings.dev is explicitly used in both manage.py and wsgi.py.
2016-04-25 20:39:16 +01:00
..
api Updates API test_documents 2016-04-11 17:01:55 +01:00
bin Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
contrib Modeladmin scss cleanups (#2481) 2016-04-16 17:15:47 +01:00
project_template Don't import dev in project template settings 2016-04-25 20:39:16 +01:00
tests More isort fixes 2016-04-16 15:27:49 +01:00
utils Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
wagtailadmin Remove useless get_indexed_objects method from TagSearchable (#2498) 2016-04-23 13:22:48 +01:00
wagtailcore Correctly construct Meta class for multi-inherited Blocks 2016-04-19 11:26:25 +01:00
wagtaildocs add distinct icons to blocks 2016-04-12 16:50:48 +01:00
wagtailembeds add distinct icons to blocks 2016-04-12 16:50:48 +01:00
wagtailforms Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
wagtailimages Remove useless get_indexed_objects method from TagSearchable (#2498) 2016-04-23 13:22:48 +01:00
wagtailredirects Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
wagtailsearch Removed comment about Django 1.7 behaviour 2016-04-19 22:14:34 +01:00
wagtailsites Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
wagtailsnippets add distinct icons to blocks 2016-04-12 16:50:48 +01:00
wagtailusers Replaces some usages of "id" field with "pk" field 2016-04-05 16:00:20 +01:00
__init__.py Revert "Versioning changes" 2015-02-18 12:56:29 +00:00