On Tue, Nov 4, 2008 at 4:12 PM, bizcuit <[EMAIL PROTECTED]> wrote:

>
> I have been using Django with Python 2.5 the past few months.
>
> Today I removed Python 2.5 installed Python 2.6 and downloaded Django.
>
> when I try to create a project from the command line in Windows Vista:
>
> django-admin.py startproject myProject
>
> I get "Type 'django-admin.py help' for usage." returned.
>
> Does anyone know why this is not working?
>

Do you have DJANGO_SETTINGS_MODULE defined in the environment?  startproject
is not a valid command if settings have been specified, see:

http://code.djangoproject.com/ticket/8639

which links to another ticket that asks for an improved error message in
this case.

Karen

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to