Skip to content

Commit

Permalink
no changes in settings.py anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Jul 5, 2010
1 parent 08fe7b7 commit fc18dbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -8,4 +8,3 @@ localsettings.py
data.db data.db
*.wpr *.wpr
facebook.py facebook.py
settings.py
Expand Up @@ -10,7 +10,7 @@
MANAGERS = ADMINS MANAGERS = ADMINS


DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
DATABASE_NAME = 'dev.db' # Or path to database file if using sqlite3. DATABASE_NAME = 'data.db' # Or path to database file if using sqlite3.
DATABASE_USER = '' # Not used with sqlite3. DATABASE_USER = '' # Not used with sqlite3.
DATABASE_PASSWORD = '' # Not used with sqlite3. DATABASE_PASSWORD = '' # Not used with sqlite3.
DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
Expand Down

0 comments on commit fc18dbf

Please sign in to comment.