Import openstack_dashboard defaults settings

Change-Id: Ib663053032c096f04aec814131d418719a2e53f6
This commit is contained in:
zhurong 2019-06-14 14:11:03 +08:00
parent 43efb80725
commit ea2749ad12
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ DATABASES = {'default': {'ENGINE': 'django.db.backends.sqlite3',
from horizon.test.settings import * # noqa
try:
from openstack_dashboard.defaults import * # noqa
except ImportError:
pass
socket.setdefaulttimeout(1)
DEBUG = False