OpenLayers OpenLayers

Changeset 7892

Show
Ignore:
Timestamp:
08/29/08 03:14:48 (3 months ago)
Author:
crschmidt
Message:

updating settings for live deploy

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • project/gallery.openlayers.org/openlayers/faq_settings.py

    r7890 r7892  
    44TEMPLATE_DEBUG = DEBUG 
    55 
    6 BASE_PATH='/Users/crschmidt/project/gallery.openlayers.org/openlayers/' 
     6BASE_PATH='/home/crschmidt/openlayers/' 
    77 
    88ADMINS = ( 
     
    1313 
    1414DATABASE_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. 
     15DATABASE_NAME = BASE_PATH + 'openlayers.db'             # Or path to database file if using sqlite3. 
    1616DATABASE_USER = ''             # Not used with sqlite3. 
    1717DATABASE_PASSWORD = ''         # Not used with sqlite3.