Skip to content

Commit

Permalink
[enh] allow to add a settings_local
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Apr 13, 2012
1 parent 467f360 commit 00a6bf1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions urlab/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,8 @@
},
}
}

try:
from settings_local import *
except ImportError:
pass

0 comments on commit 00a6bf1

Please sign in to comment.