Re: I can run django-admin.py, but not manage.py.

2013-09-21 Thread Oscar Carballal
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

I can run django-admin.py, but not manage.py.

2013-09-21 Thread Jimmy Pants
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