Skip to content

Commit b63fc32

Browse files
author
Patrick Lauber
committed
settings changed... .hgignore add for dev.db
1 parent 41c1543 commit b63fc32

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.hgignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ syntax: glob
77
*.DS_Store
88
.*
99
cms/media/cms_page_media/
10-
cms/docs/build
10+
cms/docs/build
11+
syntax: regexp
12+
^example/dev\.db$

example/settings.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313

1414
MANAGERS = ADMINS
1515

16-
DATABASE_ENGINE = 'mysql'#'postgresql_psycopg2' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
17-
DATABASE_NAME = 'cms' # Or path to database file if using sqlite3.
18-
DATABASE_USER = 'cms' # Not used with sqlite3.
19-
DATABASE_PASSWORD = 'cms' # Not used with sqlite3.
16+
DATABASE_ENGINE = 'sqlite3'#'postgresql_psycopg2' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
17+
DATABASE_NAME = 'dev.db' # Or path to database file if using sqlite3.
18+
DATABASE_USER = '' # Not used with sqlite3.
19+
DATABASE_PASSWORD = '' # Not used with sqlite3.
2020
DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
2121
DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
2222

0 commit comments

Comments
 (0)