#8639: startproject is disabled if a settings module is specified ---------------------------+------------------------------------------------ Reporter: whiskybar | Owner: nobody Status: new | Milestone: Component: Documentation | Version: SVN Keywords: django-admin | Stage: Unreviewed Has_patch: 1 | ---------------------------+------------------------------------------------ I believe the documentation to django-admin.py should say the command startproject will be disabled if a settings module has been specified on the command-line or $DJANGO_SETTINGS_MODULE has been set. I have spent hours browsing docs, tickets, googlegroups, and irc to see where the command startproject has gone and why no one actually complains.
Finally, I came across a very well hidden documentation string at get_commands() in django/core/management/__init__.py which explained the problem to me. -- Ticket URL: <http://code.djangoproject.com/ticket/8639> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
