diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-02 16:36:58 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-02 16:36:58 +0100 |
commit | 79c236e7eef57bd4ebfda743db1354c99806ffa0 (patch) | |
tree | 70c4f45e2b70a8dcb3c9b59464731b1a0236d7f3 /example_project/local_settings.py.gitlab-ci | |
parent | 2ed9c95849853edbb39f484821b5df8f3a43ec50 (diff) | |
download | Ishtar-79c236e7eef57bd4ebfda743db1354c99806ffa0.tar.bz2 Ishtar-79c236e7eef57bd4ebfda743db1354c99806ffa0.zip |
No more test with spatialite :( Too much cool PostgreSQL features used.
Diffstat (limited to 'example_project/local_settings.py.gitlab-ci')
-rw-r--r-- | example_project/local_settings.py.gitlab-ci | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example_project/local_settings.py.gitlab-ci b/example_project/local_settings.py.gitlab-ci index 913f10fea..b4f94f6a1 100644 --- a/example_project/local_settings.py.gitlab-ci +++ b/example_project/local_settings.py.gitlab-ci @@ -12,6 +12,5 @@ DATABASES = { LOGFILE = '/tmp/ishtar.log' PROJECT_SLUG = "CI-instance" -USE_SPATIALITE_FOR_TESTS = False SECRET_KEY = "not-so-secret-key" |