Jelajahi Sumber

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

Ask Solem 16 tahun lalu
induk
melakukan
3297eabac6
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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