summaryrefslogtreecommitdiff
path: root/chimere_example_project/local_settings.py.gitlab-ci
diff options
context:
space:
mode:
Diffstat (limited to 'chimere_example_project/local_settings.py.gitlab-ci')
-rw-r--r--chimere_example_project/local_settings.py.gitlab-ci2
1 files changed, 2 insertions, 0 deletions
diff --git a/chimere_example_project/local_settings.py.gitlab-ci b/chimere_example_project/local_settings.py.gitlab-ci
index 9ad355a..5abd801 100644
--- a/chimere_example_project/local_settings.py.gitlab-ci
+++ b/chimere_example_project/local_settings.py.gitlab-ci
@@ -1,6 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
+SECRET_KEY = "Not so secret..."
+
DATABASES = {
'default': {
'ENGINE': 'django.contrib.gis.db.backends.postgis',