We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bd78c commit ab92a83Copy full SHA for ab92a83
1 file changed
ietf/settings.py
@@ -19,7 +19,6 @@
19
DATABASE_NAME = 'django_idtracker' # Or path to database file if using sqlite3.
20
DATABASE_USER = 'django' # Not used with sqlite3.
21
DATABASE_PASSWORD = 'playing' # Not used with sqlite3.
22
-DATABASE_OPTIONS={'charset': 'Latin1',}
23
DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
24
DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
25
0 commit comments