summaryrefslogtreecommitdiff
path: root/example_project/local_settings.py.setup
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-01-29 16:44:30 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2020-07-01 18:01:59 +0200
commit3d9c005fc39404fdb1d5a9762c95f376e64e0653 (patch)
tree608dcec7d25822ca25f864e682987503b94d2fc9 /example_project/local_settings.py.setup
parent1b21f20e9d7874b79049eb45fcc54e07fcc86d8b (diff)
downloadIshtar-3d9c005fc39404fdb1d5a9762c95f376e64e0653.tar.bz2
Ishtar-3d9c005fc39404fdb1d5a9762c95f376e64e0653.zip
Tests with setup.py
Diffstat (limited to 'example_project/local_settings.py.setup')
-rw-r--r--example_project/local_settings.py.setup17
1 files changed, 17 insertions, 0 deletions
diff --git a/example_project/local_settings.py.setup b/example_project/local_settings.py.setup
new file mode 100644
index 000000000..54dc99c4a
--- /dev/null
+++ b/example_project/local_settings.py.setup
@@ -0,0 +1,17 @@
+DATABASES = {
+ 'default': {
+ 'ENGINE': 'django.contrib.gis.db.backends.postgis',
+ 'NAME': 'ishtar-test',
+ 'USER': 'ishtar-test',
+ 'PASSWORD': 'ishtar-test',
+ 'HOST': '',
+ 'PORT': '5432',
+ }
+}
+
+LOGFILE = '/tmp/ishtar.log'
+
+PROJECT_SLUG = "test-instance"
+
+SECRET_KEY = "not-so-secret-key"
+DISABLE_TASK_TIMEOUT = True