We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784d83e commit fd0f883Copy full SHA for fd0f883
django_project/core/settings/test.py
@@ -2,9 +2,9 @@
2
from .project import * # noqa
3
4
# http://hustoknow.blogspot.com/2011/02/setting-up-django-nose-on-hudson.html
5
-INSTALLED_APPS += [
6
- 'django_nose', # don't remove this comma
7
-]
+# INSTALLED_APPS += [
+# 'django_nose', # don't remove this comma
+# ]
8
9
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
10
0 commit comments