$ manage.py runserver /system/bin/sh: manage.py: not found

984 Views Asked by At

I would be away from a computer (pc) for a while but I have a project on my neck so I got qpython.

I installed Django successfully but after creating a project (successfully with all the files...) but when I

$ manage.py runserver
/system/bin/sh: manage.py: not found

Though Django-admin runserver doesn't work... It tells something about

 DJANGO_SETTINGS_MODULE Or settings.configure()

Thanks for your answer

1

There are 1 best solutions below

1
On

two way for correct run, by parameters of python

$ python manage.py runserver

or use current dir

$ ./manage.py runserver