不难看出啥啊
2020-02-16 18:00
G:\Django项目\django_introduction>python manage.py runserver
Traceback (most recent call last):
File "manage.py", line 10, in main
from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "manage.py", line 21, in <module>
main()
File "manage.py", line 16, in main
) from exc
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget
to activate a virtual environment?
已经安装django了 总是报错 怎么破啊
你是安装了Anaconda它自带python的一个版本会与你已经安装的版本冲突,网上找一下解决冲突的办法应该就可以了
感觉你还没入门
三小时带你入门Django框架 新版上架
25587 学习 · 248 问题
相似问题