Monday, February 7, 2011

Django's test runner sets settings.DEBUG to False...

 def setup_test_environment(self, **kwargs):
        setup_test_environment()
        settings.DEBUG = False

No comments:

Post a Comment