Skip to content
Snippets Groups Projects
Commit bdb5eb70 authored by Christian Dresen's avatar Christian Dresen
Browse files

[WarpInfra] Error in settings.py. Fixed database path

parent 3b916654
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ LOCALE_PATHS = ( ...@@ -107,7 +107,7 @@ LOCALE_PATHS = (
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.sqlite3', 'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'warpzone.db' 'NAME': '/opt/database/warpzone.db'
}, },
'ldap': { 'ldap': {
'ENGINE': 'ldapdb.backends.ldap', 'ENGINE': 'ldapdb.backends.ldap',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment