Changeset 3 for settings.py
- Timestamp:
- 10/15/2008 04:47:08 PM (4 years ago)
- Files:
-
- 1 modified
-
settings.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
settings.py
r1 r3 10 10 ) 11 11 PROJECT_NAME = 'djangoquest' 12 WORKING_DIRECTORY = os.getcwd()12 WORKING_DIRECTORY = '/home/alex/djangoquest' 13 13 QUESTIONNAIRE_TEMPLATES = 'questionnaire/' 14 QUESTIONNAIRE_URL = ' http://localhost:8000'14 QUESTIONNAIRE_URL = 'djangoquest-demo.aperte-it.com' 15 15 16 16 MANAGERS = ADMINS 17 17 18 18 DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. 19 DATABASE_NAME = ' test_quest.sqlite' # Or path to database file if using sqlite3.19 DATABASE_NAME = '/tmp/test_quest.sqlite' # Or path to database file if using sqlite3. 20 20 DATABASE_USER = '' # Not used with sqlite3. 21 21 DATABASE_PASSWORD = '' # Not used with sqlite3.
