Bug #1374
maus-apps fails to import django
Start date:
19 November 2013
Due date:
% Done:
100%
Estimated time:
Workflow:
New Issue
Description
From online test job
Looks like this is a genuine fail -
.Traceback (most recent call last):
File "<http://test.mice.rl.ac.uk/job/MAUS_online/ws/third_party/install/lib/maus-apps-0.2/src/mausweb/manage.py",> line 9, in <module>
from django.core.management import execute_manager
ImportError: cannot import name execute_manager
as per:
https://docs.djangoproject.com/en/1.4/releases/1.4/#django-core-management-execute-manager
Solution is to force MAUS to use django 1.5.1 (works for me).
Note this is currently blocking the release, hence urgent
Updated by Rogers, Chris over 8 years ago
Minor change to force django to 1.5.1 - committed to trunk as r1012; I tested it on my local machine but not on the test server, let's see how it goes...
Updated by Rogers, Chris over 8 years ago
- Category set to Online reconstruction
- Status changed from Open to Closed
- % Done changed from 0 to 100
I think this is all okay now.