Skip to content

Commit ab92a83

Browse files
committed
The Latin1 encoding setting actually causes problems, since django
assumes that data coming back from the database is unicode so the Latin1 data fails to decode properly. - Legacy-Id: 114
1 parent e7bd78c commit ab92a83

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
DATABASE_NAME = 'django_idtracker' # Or path to database file if using sqlite3.
2020
DATABASE_USER = 'django' # Not used with sqlite3.
2121
DATABASE_PASSWORD = 'playing' # Not used with sqlite3.
22-
DATABASE_OPTIONS={'charset': 'Latin1',}
2322
DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
2423
DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
2524

0 commit comments

Comments
 (0)