Skip to content

Commit

Permalink
throw errors if there are syntax errors in local settings
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed Apr 24, 2017
1 parent f28828a commit e2fd658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opal/scaffolding/scaffold/app/settings.py.jinja2
Expand Up @@ -267,5 +267,5 @@ REST_FRAMEWORK = {
try:
from local_settings import *
except:
except ImportError:
pass

0 comments on commit e2fd658

Please sign in to comment.