Fix small typo in settings. Resolves #1316.

This commit is contained in:
Griatch 2017-05-03 22:52:08 +02:00
parent 9b3ca3ef20
commit 4d8d26fd21

View file

@ -224,7 +224,7 @@ IN_GAME_ERRORS = True
# ENGINE - path to the the database backend. Possible choices are:
# 'django.db.backends.sqlite3', (default)
# 'django.db.backends.mysql',
# 'django.db.backends.'postgresql_psycopg2',
# 'django.db.backends.postgresql_psycopg2',
# 'django.db.backends.oracle' (untested).
# NAME - database name, or path to the db file for sqlite3
# USER - db admin (unused in sqlite3)