Skip to content

Commit 81e29bf

Browse files
Richard WackerbarthRichard Wackerbarth
authored andcommitted
Comments retained in new Repository
However, I notice that all of the comments are suppressed in the tutorial docs. I will move them to the "Additional Comments" commit at the end of the new repository.
1 parent eaed235 commit 81e29bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
DATABASES = {
1313
'default': {
14-
'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
15-
'NAME': 'tmp.db', # Or path to database file if using sqlite3.
14+
'ENGINE': 'django.db.backends.sqlite3', # Or use an alternate database backend.
15+
'NAME': 'tmp.db', # Path to sqlite3 database file.
1616
'USER': '', # Not used with sqlite3.
1717
'PASSWORD': '', # Not used with sqlite3.
1818
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.

0 commit comments

Comments
 (0)