diff --git a/.gitignore b/.gitignore index 5ffd46b..ba7af6f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ htmlcov/ .ropeproject/ db.sqlite3.SAVE node_modules/ +config_local.py diff --git a/config_local.py b/config_local.py deleted file mode 100644 index cb6aa6a..0000000 --- a/config_local.py +++ /dev/null @@ -1,9 +0,0 @@ -''' -Local config -''' - -from ivatar.settings import TEMPLATES # noqa - -SESSION_COOKIE_SECURE = False -DEBUG = True -TEMPLATES[0]['OPTIONS']['debug'] = True