help='Tells Django to stop running the test suite after first failed test.')
parser.add_option('--settings',
help='Python path to settings module, e.g. "myproject.settings". If this isn\'t provided, the DJANGO_SETTINGS_MODULE environment variable will be used.')
options,args=parser.parse_args()
@@ -190,4 +193,4 @@ if __name__ == "__main__":
elif"DJANGO_SETTINGS_MODULE"notinos.environ:
parser.error("DJANGO_SETTINGS_MODULE is not set in the environment. "