+ 1
No module found in Django ?
Whenever I type in this command : python manage.py shell I get this error,: No module found: It says my project is not found How do I fix it
8 Réponses
+ 2
Run This Command Before Running That Script:
pip install Django
But, Only Run It Once!
+ 2
No I have Django installed ,It says my project is not found
+ 2
Sancho Godinho , I have edited it
+ 2
You have to be in the directory where manage.py is
+ 2
Because termux is linux based. the 'touch' command will work in termux
+ 1
Slick I am already in it .It doesn't say manage.py is not found .It say s my project is not found
+ 1
Okay, is your project in another directory?
+ 1
Slick for some reason it didn't work on termux but it worked on the pydroid terminal so it's okay now