Project

General

Profile

Revision d1a4905f

IDd1a4905f911cd924fb3e6830cab389314f7c5b2c
Parent 1a305335
Child 988e217a

Added by officers over 11 years ago

added south for database migration

View differences:

crm/crm/settings.py
11 11

  
12 12
DATABASES = {
13 13
    'default': {
14
        'ENGINE': 'django.db.backends.', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
15
        'NAME': '',                      # Or path to database file if using sqlite3.
16
        'USER': '',                      # Not used with sqlite3.
17
        'PASSWORD': '',                  # Not used with sqlite3.
14
        'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
15
        'NAME': 'crm',                      # Or path to database file if using sqlite3.
16
        'USER': 'crmuser',                      # Not used with sqlite3.
17
        'PASSWORD': 'baseball',                  # Not used with sqlite3.
18 18
        'HOST': '',                      # Set to empty string for localhost. Not used with sqlite3.
19 19
        'PORT': '',                      # Set to empty string for default. Not used with sqlite3.
20 20
    }
......
24 24
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
25 25
# although not all choices may be available on all operating systems.
26 26
# In a Windows environment this must be set to your system time zone.
27
TIME_ZONE = 'America/Chicago'
27
TIME_ZONE = 'America/New_York'
28 28

  
29 29
# Language code for this installation. All choices can be found here:
30 30
# http://www.i18nguy.com/unicode/language-identifiers.html
......
115 115
    'django.contrib.sites',
116 116
    'django.contrib.messages',
117 117
    'django.contrib.staticfiles',
118
    'south',
118 119
    # Uncomment the next line to enable the admin:
119 120
    # 'django.contrib.admin',
120 121
    # Uncomment the next line to enable admin documentation:

Also available in: Unified diff