Skip to content

Commit

Permalink
Import overrides from local_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cibyr committed Jan 12, 2014
1 parent cfbd961 commit e870390
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kegstarter/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,10 @@
# https://docs.djangoproject.com/en/1.6/howto/static-files/

STATIC_URL = '/static/'

# Import overrides from local_settings.py
# DO NOT ADD ANYTHING BELOW THIS!
try:
from local_settings import *
except:
pass

0 comments on commit e870390

Please sign in to comment.