Browse Source

django-test-extensions doesn't work with django 1.1

Ask Solem 15 years ago
parent
commit
3297eabac6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      testproj/settings.py

+ 2 - 1
testproj/settings.py

@@ -60,6 +60,7 @@ try:
 except ImportError:
     pass
 else:
-    INSTALLED_APPS += ("test_extensions", )
+    pass
+    #INSTALLED_APPS += ("test_extensions", )
 
 SEND_CELERY_TASK_ERROR_EMAILS = False