diff -r 93d48df946cb -r 03918bc7b9f1 web/ldtplatform/config.py.tmpl --- a/web/ldtplatform/config.py.tmpl Fri Jan 28 14:15:00 2011 +0100 +++ b/web/ldtplatform/config.py.tmpl Fri Jan 28 15:42:36 2011 +0100 @@ -3,7 +3,7 @@ SITE_ID = 1 BASE_DIR = os.path.dirname(os.path.abspath(__file__)).rstrip("/")+"/" -BASE_URL = '/~ymh/franceculture/' +BASE_URL = '/~ymh/platform/' WEB_URL = 'http://localhost/' MEDIA_BASE_URL = BASE_URL + 'static/' STREAM_URL = MEDIA_BASE_URL + "/content/" @@ -35,7 +35,7 @@ DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. - 'NAME': 'franceculture', # Or path to database file if using sqlite3. + 'NAME': 'platform', # Or path to database file if using sqlite3. 'USER': 'iri', # Not used with sqlite3. 'PASSWORD': 'iri', # Not used with sqlite3. 'HOST': 'localhost', # Set to empty string for localhost. Not used with sqlite3.