X-Git-Url: https://code.grnet.gr/git/flowspy/blobdiff_plain/01850d0327415a3fe10d8b475d50fb6ed14e23b4..d786d9872f3c58573aae6a885659ac41f6dbff97:/settings.py.dist diff --git a/settings.py.dist b/settings.py.dist index 79a4b19..881f29e 100644 --- a/settings.py.dist +++ b/settings.py.dist @@ -39,14 +39,15 @@ MANAGERS = ADMINS DATABASES = { 'default': { - 'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. - 'NAME': 'flowspec', # Or path to database file if using sqlite3. + 'ENGINE': 'django.db.backends.', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. + 'NAME': '', # Or path to database file if using sqlite3. 'USER': '', # Not used with sqlite3. 'PASSWORD': '', # Not used with sqlite3. 'HOST': '', # Set to empty string for localhost. Not used with sqlite3. 'PORT': '', # Set to empty string for default. Not used with sqlite3. 'OPTIONS': { - "init_command": "SET storage_engine=MYISAM", + # uncomment the following line if mysql is selected + # "init_command": "SET storage_engine=MYISAM", } } }