The manage.py is not executable by default, you should be running it with:
$ python manage.py
or if you want it to be executable forever and run it with ./manage.py do:
$ chmod +x manage.py
2013/9/22 Jimmy Pants
> Noob here. I installed Django, and as the title says, I can run
> django-admin
Noob here. I installed Django, and as the title says, I can run
django-admin without a problem, but manage.py gives:
$ manage.py
manage.py: command not found
$ ./manage.py
bash: ./manage.py: Permission denied
$ sudo ./manage.py
[sudo] password for me:
sudo: ./manage.py: command not found
I
2 matches
Mail list logo