You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Thanks for the reply Ilya. The problem was that the old, default Python directory was still the default, so django searched there for django-admin.py. Doing this manually by moving django-admin.py into the desired startproject folder and adding "python" in front of django-admin.py startproject mysite solved the problem. It's just that both django-admin.py and django-admin.pyc need to be in the startproject parent folder.
Guðmundur H. Bjarnason
unread,
Jun 3, 2014, 8:25:41 AM6/3/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I forgot - One also needs to delete the path in django-admin.py, since you automatically provide that when you cd into your desired startproject directory.