Author: ubernostrum Date: 2008-08-30 03:59:37 -0500 (Sat, 30 Aug 2008) New Revision: 8740
Modified: django/trunk/docs/ref/django-admin.txt Log: Fixed #8639; documented the fact that the "startproject" command is invalid when fed an existing project's settings Modified: django/trunk/docs/ref/django-admin.txt =================================================================== --- django/trunk/docs/ref/django-admin.txt 2008-08-30 06:02:14 UTC (rev 8739) +++ django/trunk/docs/ref/django-admin.txt 2008-08-30 08:59:37 UTC (rev 8740) @@ -645,6 +645,12 @@ Creates a Django project directory structure for the given project name in the current directory. +This command is disabled when the ``--settings`` option to +``django-admin.py`` is used, or when the environment variable +``DJANGO_SETTINGS_MODULE`` has been set. To re-enable it in these +situations, either omit the ``--settings`` option or unset +``DJANGO_SETTINGS_MODULE``. + syncdb ------ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
