Changeset 6366
- Timestamp:
- Nov 5, 2008, 1:38:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/exodus/settings.py
r6364 r6366 19 19 20 20 # Whether to find static files which are going to be served by django if running static mode 21 EXODUS_STATIC_ROOT = os.path.join(EXODUS_ROOT, ' /static')21 EXODUS_STATIC_ROOT = os.path.join(EXODUS_ROOT, 'static') 22 22 23 23 DATABASE_ENGINE = 'sqlite3' # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. 24 24 #Or path to database file if using sqlite3. 25 DATABASE_NAME = os.path.join(EXODUS_ROOT, ' /exodus.db')25 DATABASE_NAME = os.path.join(EXODUS_ROOT, 'exodus.db') 26 26 DATABASE_USER = '' # Not used with sqlite3. 27 27 DATABASE_PASSWORD = '' # Not used with sqlite3.
Note:
See TracChangeset
for help on using the changeset viewer.