Changeset 6366


Ignore:
Timestamp:
Nov 5, 2008, 1:38:34 PM (16 years ago)
Author:
roland
Message:

fixed paths in settings.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/exodus/settings.py

    r6364 r6366  
    1919
    2020# 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')
     21EXODUS_STATIC_ROOT = os.path.join(EXODUS_ROOT, 'static')
    2222
    2323DATABASE_ENGINE = 'sqlite3'           # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
    2424#Or path to database file if using sqlite3.
    25 DATABASE_NAME = os.path.join(EXODUS_ROOT, '/exodus.db')
     25DATABASE_NAME = os.path.join(EXODUS_ROOT, 'exodus.db')
    2626DATABASE_USER = ''             # Not used with sqlite3.
    2727DATABASE_PASSWORD = ''         # Not used with sqlite3.
Note: See TracChangeset for help on using the changeset viewer.