No module found in Django ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

26th Oct 2021, 1:41 AM
Richard
Richard - avatar
8 Answers
+ 2
Run This Command Before Running That Script: pip install Django But, Only Run It Once!
26th Oct 2021, 3:38 AM
Sancho Godinho
Sancho Godinho - avatar
+ 2
No I have Django installed ,It says my project is not found
26th Oct 2021, 6:08 AM
Richard
Richard - avatar
+ 2
Sancho Godinho , I have edited it
26th Oct 2021, 6:09 AM
Richard
Richard - avatar
+ 2
You have to be in the directory where manage.py is
26th Oct 2021, 9:09 AM
Slick
Slick - avatar
+ 2
Because termux is linux based. the 'touch' command will work in termux
26th Oct 2021, 7:28 PM
Slick
Slick - avatar
+ 1
Slick I am already in it .It doesn't say manage.py is not found .It say s my project is not found
26th Oct 2021, 11:54 AM
Richard
Richard - avatar
+ 1
Okay, is your project in another directory?
26th Oct 2021, 11:56 AM
Slick
Slick - avatar
+ 1
Slick for some reason it didn't work on termux but it worked on the pydroid terminal so it's okay now
26th Oct 2021, 5:58 PM
Richard
Richard - avatar