django-viewflow : No module named site

762 Views Asked by At

i'm trying to develop a function in my project using django-vieflow. I try to understand the whole flow using this tutorial ViewFlow-HelloWorld

But, when i try to makemigrations i got and error saying No module named site. What did i miss?

1

There are 1 best solutions below

1
On

You tried to follow three years old instruction.

Check the up to date tutorial on the viewflow documentation website - http://docs.viewflow.io/viewflow_quickstart.html

And the tutorial source code - https://github.com/viewflow/cookbook/tree/master/helloworld