summaryrefslogtreecommitdiff
path: root/example_project/local_settings.py.gitlab-ci
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-14 19:37:35 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-14 19:37:35 +0200
commit75eba6fe02babf4a4e86997578e2caf9f7ba828e (patch)
tree251c730e3bfe366c66d495838a8dc0765003b627 /example_project/local_settings.py.gitlab-ci
parent938270b76b0526ba9bcb063a58a80d1a2e5796ec (diff)
downloadIshtar-75eba6fe02babf4a4e86997578e2caf9f7ba828e.tar.bz2
Ishtar-75eba6fe02babf4a4e86997578e2caf9f7ba828e.zip
Django 1.8: fix import errors, deprecation warnings and models warnings
Diffstat (limited to 'example_project/local_settings.py.gitlab-ci')
-rw-r--r--example_project/local_settings.py.gitlab-ci2
1 files changed, 2 insertions, 0 deletions
diff --git a/example_project/local_settings.py.gitlab-ci b/example_project/local_settings.py.gitlab-ci
index 81196b4a0..e7f923205 100644
--- a/example_project/local_settings.py.gitlab-ci
+++ b/example_project/local_settings.py.gitlab-ci
@@ -13,3 +13,5 @@ LOGFILE = '/tmp/ishtar.log'
PROJECT_SLUG = "CI-instance"
USE_SPATIALITE_FOR_TESTS = False
+
+SECRET_KEY = "not-so-secret-key"