aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-06-25 21:11:18 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-06-25 21:11:18 +0200
commita748fc0f8e4cd78cf442d46942973f678170399d (patch)
tree3c325bb343d72ddee51ce0ac35e6ad1c21212cf7 /MANIFEST.in
parentMerge pull request #4 from mgorny/code-cleanup-2 (diff)
downloadidentity.gentoo.org-a748fc0f8e4cd78cf442d46942973f678170399d.tar.gz
identity.gentoo.org-a748fc0f8e4cd78cf442d46942973f678170399d.tar.bz2
identity.gentoo.org-a748fc0f8e4cd78cf442d46942973f678170399d.zip
Rename local_settings to just local
The name local_settings was used when there was settings/ directory, so I needed a way to separate settings.py from local_settings.py The _settings suffix is useless though, we can refer this file as settings/local
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index d819e39..3b73b2a 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,7 +4,7 @@ recursive-include okupy/tests/fixtures *.json
include manage.py
include LICENSE
include README.md
-include okupy/settings/local_settings.py.sample
+include okupy/settings/local.py.sample
include okupy/settings/development.py.sample
-exclude okupy/settings/local_settings.py
+exclude okupy/settings/local.py
exclude okupy/settings/development.py