On 14 Oct 20:27, AndrewXHill wrote: > > Glad you found a solution. I think though that you could have also > just removed the .py, not add 'python', so your command would have > been, > > $ django-admin startproject mysite
Quite correct - the debian/ubuntu packages have django-admin, not django-admin.py on the path, as that binary is copied to /usr/bin and the policy says that binaries in there should not include the extension. Thanks, -- Brett Parker --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

