I can't run the command 'python manage.py reunserver' on my terminal. I dont know why, here is what the terminal shows me :
Can please someone help me ?
I tried to execute the django dev server but it didn't worked. Normally, it show something like this : enter image description here
Try again do new project with following commands:
python -m venv venv
venv\Scripts\Activate
pip -m install django
django-admin startporject NAME