removed references to closed issue #241

This commit is contained in:
Peter Finlayson 2015-05-18 17:46:18 +02:00 committed by Griatch
parent 893b9470a1
commit 0c076b3966
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ HTTP_LOG_FILE = os.path.join(LOG_DIR, 'http_requests.log')
# ENGINE - path to the the database backend. Possible choices are:
# 'django.db.backends.sqlite3', (default)
# 'django.db.backends.mysql',
# 'django.db.backends.postgresql_psycopg2' (see Issue 241),
# '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)

View file

@ -201,7 +201,7 @@ COMMAND_RATE_WARNING ="You entered commands too fast. Wait a moment and try agai
# ENGINE - path to the the database backend. Possible choices are:
# 'django.db.backends.sqlite3', (default)
# 'django.db.backends.mysql',
# 'django.db.backends.'postgresql_psycopg2' (see Issue 241),
# '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)