Skip to content

Commit

Permalink
Fallback to default local_settings, for auto-build processes
Browse files Browse the repository at this point in the history
  • Loading branch information
EliezerIsrael committed May 27, 2015
1 parent 25dc896 commit c803c75
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions sefaria/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@
}

# Grab enviornment specific settings from a file which
# is left out of the repo.
from sefaria.local_settings import *

# is left out of the repo.
try:
from sefaria.local_settings import *
except ImportError:
from sefaria.local_settings_example import *

0 comments on commit c803c75

Please sign in to comment.