mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-31 15:11:27 +00:00
Update settings.py
This commit is contained in:
@@ -122,7 +122,7 @@ elif config.get('db', 'engine') == 'sqlite':
|
||||
'NAME': config.get('db', 'database'),
|
||||
}
|
||||
}
|
||||
else
|
||||
else:
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
|
Reference in New Issue
Block a user