From 8a5711898172c76ce24f0ab4d4adc5994ff262e7 Mon Sep 17 00:00:00 2001 From: Davin Baragiotta Date: Thu, 30 Aug 2012 17:12:25 -0400 Subject: [PATCH] carto_1_1 config DB --- .gitignore | 2 +- ateliers/django/carto_1_1/settings.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d7fe567..e159f7d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ # src/* # DB de dev -*.db +#*.db # restants de merge *.orig diff --git a/ateliers/django/carto_1_1/settings.py b/ateliers/django/carto_1_1/settings.py index 00e26b2..4f09cfb 100644 --- a/ateliers/django/carto_1_1/settings.py +++ b/ateliers/django/carto_1_1/settings.py @@ -9,8 +9,8 @@ ADMINS = ( MANAGERS = ADMINS -DATABASE_ENGINE = '' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. -DATABASE_NAME = '' # Or path to database file if using sqlite3. +DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. +DATABASE_NAME = 'carto.db' # Or path to database file if using sqlite3. DATABASE_USER = '' # Not used with sqlite3. DATABASE_PASSWORD = '' # Not used with sqlite3. DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. -- 1.7.10.4