diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-03 19:23:33 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-03 19:23:33 +0200 | 
| commit | 7a8c870226fca16da3df77320fd61c53974f81da (patch) | |
| tree | 9ff06bfe1cbbc938eff7c68fd6cc2c4bb77d0b1f /chimere_example_project/settings.py | |
| parent | 4a2844e0f9586f3bd16576f0e2d162033dd42d63 (diff) | |
| download | Chimère-7a8c870226fca16da3df77320fd61c53974f81da.tar.bz2 Chimère-7a8c870226fca16da3df77320fd61c53974f81da.zip  | |
Add CI management
Diffstat (limited to 'chimere_example_project/settings.py')
| -rw-r--r-- | chimere_example_project/settings.py | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/chimere_example_project/settings.py b/chimere_example_project/settings.py index 86b61e3..187d4ba 100644 --- a/chimere_example_project/settings.py +++ b/chimere_example_project/settings.py @@ -166,17 +166,17 @@ MANAGERS = ADMINS  DATABASES = {      'default': { -        'NAME': 'ratatouille', +        'NAME': 'chimere',          'ENGINE': 'django.contrib.gis.db.backends.postgis', -        'HOST': 'localhost', +        'HOST': 'postgres',          'PORT': '5432', -        'USER': 'ratatouille', -        'PASSWORD': 'wiki', +        'USER': 'chimere', +        'PASSWORD': 'chimere',      },  } -if 'test' in sys.argv: -    SOUTH_TESTS_MIGRATE = False +# if 'test' in sys.argv: +#     SOUTH_TESTS_MIGRATE = False  # Local time zone for this installation. Choices can be found here:  # http://www.postgresql.org/docs/8.1/static/datetime-keywords.html  | 
