|
@@ -11,7 +11,7 @@ MANAGERS = ADMINS
|
|
|
|
|
|
DATABASES = {
|
|
DATABASES = {
|
|
'default': {
|
|
'default': {
|
|
- 'ENGINE': 'django.db.backends.postgresql_psycopg2', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
|
|
|
|
|
|
+ 'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
|
|
'NAME': 'hello_world', # Or path to database file if using sqlite3.
|
|
'NAME': 'hello_world', # Or path to database file if using sqlite3.
|
|
'USER': 'benchmarkdbuser', # Not used with sqlite3.
|
|
'USER': 'benchmarkdbuser', # Not used with sqlite3.
|
|
'PASSWORD': 'benchmarkdbpass', # Not used with sqlite3.
|
|
'PASSWORD': 'benchmarkdbpass', # Not used with sqlite3.
|