Skip to content

Commit

Permalink
fail if local_settings.py is not there
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Jun 26, 2016
1 parent 7285600 commit 3f36f59
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nextcloudappstore/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@
# use modern no Captcha reCaptcha
NOCAPTCHA = True


LOGIN_REDIRECT_URL = 'home'

try:
from nextcloudappstore.local_settings import *
except:
pass
from nextcloudappstore.local_settings import *

0 comments on commit 3f36f59

Please sign in to comment.