Created
April 1, 2015 03:50
-
-
Save sdornan/a42086904350e64d3d71 to your computer and use it in GitHub Desktop.
Load test settings automatically
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# if manage.py test was called, use test settings | |
if 'test' in sys.argv: | |
from scc.host_settings.test import * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment