ali_
Hello, the method in the tutorial is outdated.
This is that the installation method has been changed, and the source method is no longer used. Did you choose python3.8 when adding the project?
Generate data directly:
/www/wwwroot/wezo/DjangoBlog/126ac9f6149081eb0e97c2e939eaad52_venv/bin/python3 manage.py migrate
/www/wwwroot/wezo/DjangoBlog/126ac9f6149081eb0e97c2e939eaad52_venv/bin/python3 manage.py makemigrations
Generate superuser:
/www/wwwroot/DjangoBlog/d69daf27a976191694137ec21fa87ff9_venv/bin/python3 manage.py createsuperuser
Generate test data:
/www/wwwroot/DjangoBlog/d69daf27a976191694137ec21fa87ff9_venv/bin/python3 manage.py create_testdata
Then restart the project.
You can refer to the Chinese tutorial:
https://www.bt.cn/bbs/thread-90005-1-1.html