Changeset 7892
- Timestamp:
- 08/29/08 03:14:48 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
project/gallery.openlayers.org/openlayers/faq_settings.py
r7890 r7892 4 4 TEMPLATE_DEBUG = DEBUG 5 5 6 BASE_PATH='/ Users/crschmidt/project/gallery.openlayers.org/openlayers/'6 BASE_PATH='/home/crschmidt/openlayers/' 7 7 8 8 ADMINS = ( … … 13 13 14 14 DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. 15 DATABASE_NAME = BASE_PATH + 'openlayers _faq.db' # Or path to database file if using sqlite3.15 DATABASE_NAME = BASE_PATH + 'openlayers.db' # Or path to database file if using sqlite3. 16 16 DATABASE_USER = '' # Not used with sqlite3. 17 17 DATABASE_PASSWORD = '' # Not used with sqlite3.
