Skip to content

Commit

Permalink
Removed fluff from settings
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLawrence committed Apr 26, 2011
1 parent 7f286c8 commit 07c36af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.py
Expand Up @@ -11,8 +11,8 @@

DATABASE_ENGINE = 'mysql' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
DATABASE_NAME = 'innova' # Or path to database file if using sqlite3.
DATABASE_USER = 'root' # Not used with sqlite3.
DATABASE_PASSWORD = 'iy_cw6.57' # Not used with 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.
DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.

Expand Down

0 comments on commit 07c36af

Please sign in to comment.