Getting import error: "cannot import name 'prepare_test_plan'"
yasin-gorgij opened this issue · 1 comments
yasin-gorgij commented
When I run the command ./manage makemigrations
I get this error: ImportError: cannot import name 'prepare_test_plan'
. Changing line 21 of controller/views/provision.py
to from controller.views.controller_views.py import prepare_test_plan
solves the problem. I'm not sure whether it's a bug or not.