Explorar el Código

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

Ask Solem hace 16 años
padre
commit
3297eabac6
Se han modificado 1 ficheros con 2 adiciones y 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