Mercurial > public > sg101
comparison gpp/settings.py @ 173:a88041a84957
Updated Django to 1.2 beta. Use new DATABASES setting.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 02 Mar 2010 04:11:27 +0000 |
parents | 2eb3984ccb15 |
children | e9c718065a25 |
comparison
equal
deleted
inserted
replaced
172:0fa78ef80356 | 173:a88041a84957 |
---|---|
18 | 18 |
19 AUTH_PROFILE_MODULE = 'bio.userprofile' | 19 AUTH_PROFILE_MODULE = 'bio.userprofile' |
20 | 20 |
21 MANAGERS = ADMINS | 21 MANAGERS = ADMINS |
22 | 22 |
23 DATABASE_ENGINE = local_settings.DATABASE_ENGINE | 23 DATABASES = local_settings.DATABASES |
24 DATABASE_NAME = local_settings.DATABASE_NAME | |
25 DATABASE_USER = local_settings.DATABASE_USER | |
26 DATABASE_PASSWORD = local_settings.DATABASE_PASSWORD | |
27 DATABASE_HOST = local_settings.DATABASE_HOST | |
28 DATABASE_PORT = local_settings.DATABASE_PORT | |
29 | 24 |
30 INTERNAL_IPS = local_settings.INTERNAL_IPS | 25 INTERNAL_IPS = local_settings.INTERNAL_IPS |
31 | 26 |
32 # Local time zone for this installation. Choices can be found here: | 27 # Local time zone for this installation. Choices can be found here: |
33 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name | 28 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name |