fail if local_settings.py is not there

This commit is contained in:
Bernhard Posselt 2016-06-26 14:02:04 +02:00
Родитель 728560069f
Коммит 3f36f59067
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -187,10 +187,6 @@ CORS_EXPOSE_HEADERS = (
# use modern no Captcha reCaptcha
NOCAPTCHA = True
LOGIN_REDIRECT_URL = 'home'
try:
from nextcloudappstore.local_settings import *
except:
pass
from nextcloudappstore.local_settings import *