On Tue, Sep 9, 2008 at 4:15 AM, Benedict Verheyen <[EMAIL PROTECTED]> wrote: > i tried to do a django-admin startproject <project> and it > said that startproject wasn't a valid command. > Weird. django-admin help indeed didn't show the startproject command.
This is currently intended behavior and I believe it's now documented as well; the "startproject" command is disabled when django-admin.py detects that you already have and are working with an existing project, because "startproject" doesn't really make sense in those cases. Generally speaking, if you've set DJANGO_SETTINGS_MODULE or pass the "--settings" argument, the command will be disabled. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---