Revision 30a40b6c settings.py.dist

b/settings.py.dist
17 17
        'PASSWORD': '',                  # 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
        'STORAGE_ENGINE': 'INNODB',
20 21
    }
21 22
}
22 23

  
......
89 90
    'django.contrib.sessions',
90 91
    'django.contrib.sites',
91 92
    'django.contrib.messages',
93
    'south',
94
    'edumanage',
92 95
    # Uncomment the next line to enable the admin:
93 96
    # 'django.contrib.admin',
94 97
    # Uncomment the next line to enable admin documentation:

Also available in: Unified diff