diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-22 23:06:12 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-22 23:06:12 +0200 | 
| commit | 8a8f25e156367807d174bbe858e8f66416306001 (patch) | |
| tree | 001e62218954de6391f83e2436de816cc6c7a48a /chimere_example_project/local_settings.py.gitlab-ci | |
| parent | 792fed91a5c0c218ede19b01d5d818730193a6b2 (diff) | |
| download | Chimère-8a8f25e156367807d174bbe858e8f66416306001.tar.bz2 Chimère-8a8f25e156367807d174bbe858e8f66416306001.zip | |
Going to python3 and Django 1.8!
Diffstat (limited to 'chimere_example_project/local_settings.py.gitlab-ci')
| -rw-r--r-- | chimere_example_project/local_settings.py.gitlab-ci | 2 | 
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', | 
