Terminal執行python manage.py runserver時報錯
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了? 總是報錯? 怎么破啊
2020-03-17
你是安裝了Anaconda它自帶python的一個版本會與你已經安裝的版本沖突,網上找一下解決沖突的辦法應該就可以了
2020-02-16
感覺你還沒入門