ソースを参照

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

Ask Solem 16 年 前
コミット
3297eabac6
1 ファイル変更2 行追加1 行削除
  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