innogames/ltc

Getting import error: "cannot import name 'prepare_test_plan'"

yasin-gorgij opened this issue · 1 comments

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.

Thanks! Fixed here 6f75d3c