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 Is this a permissions issue (Linux Mint here), or wtf? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.

