3rd try of wagtail
I did install it after having created a virtual environment named wag-env with virtualenv within the directory websites/wag/, not in the .virtualenv folder. Command was "virtualenv wag-env".
Did pip install wagtail
Then ran wagtail start ready_wag
I then ran python3 manage.py makemigrations and get this error messages "ModuleNotFound error wagtail.models". A check in the lib confirmed that there is a models folder at wagtail root level, but no models.py.
That's my third try since yesterday, first was with mkvirtualenv, had the same problem, second was with virtualenv, trying to integrate a finished django project, and now trying to start a project from scratch.
I ran a pip freeze --user, there's a wagtail installed globally. Should I get rid of it ?
Thanks in advance for your answers