On 5/4/06, jbrewer <[EMAIL PROTECTED]> wrote:
>
> I cd into the directory that I want to install the new project and then
> type this:
>
> django-admin.py startproject mydjangotest

It sounds like "." is not on your path, or like you don't have read
permissions on the file.

Try this:
chown $USER django-admin.py
chmod 755 django-admin.py
./django-admin.py startproject mydjangotest

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to