Skip to content

Commit

Permalink
for testing purposes, need to be able to use local settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jkatz committed Sep 14, 2011
1 parent 9086192 commit ad15c5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@ envs/*
.DS_Store
*.sql.bz2
*.pyc
local_settings.py
5 changes: 5 additions & 0 deletions settings.py
Expand Up @@ -147,3 +147,8 @@
},
}
}

try:
from local_settings import *
except ImportError:
pass

0 comments on commit ad15c5e

Please sign in to comment.