> on linux you have to type:
>
> 'python django-admin.py startproject projectname'
>
> I think your missing the python let me know if this sorts it out


Forgot to add the executable bit must be set in the permissions i.e.:
chmod a+x django-admin.py  (though this is already done for you by the
django team as it comes out of svn/tarballs with it set.)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to