Explorar o código

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

Ask Solem %!s(int64=16) %!d(string=hai) anos
pai
achega
3297eabac6
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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