Changes between Initial Version and Version 1 of Ticket #20254, comment 2


Ignore:
Timestamp:
Apr 14, 2013, 7:49:48 AM (11 years ago)
Author:
Tomas Krajca

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20254, comment 2

    initial v1  
    44
    55{{{
    6 $ git diff a9a0f0b03f9a02deb03617bf7e9773a307d1328f 20c8aa2a2029be50449b25122f85bbef0f2b957f django/core/man
    7 agement/__init__.py
     6$ git diff 20c8aa2a2029be50449b25122f85bbef0f2b957f a9a0f0b03f9a02deb03617bf7e9773a307d1328f django/core/management/__init__.py
    87diff --git a/django/core/management/__init__.py b/django/core/management/__init__.py
    9 index 3672639..7e8eebd 100644
     8index 7e8eebd..3672639 100644
    109--- a/django/core/management/__init__.py
    1110+++ b/django/core/management/__init__.py
    12 @@ -77,7 +77,9 @@ def get_commands():
     11@@ -77,9 +77,7 @@ def get_commands():
    1312     in that package are registered.
    14 
     13 
    1514     Core commands are always included. If a settings module has been
    16 -    specified, user-defined commands will also be included.
    17 +    specified, user-defined commands will also be included, the
    18 +    startproject command will be disabled, and the startapp command
    19 +    will be modified to use the directory in which the settings module appears.
     15-    specified, user-defined commands will also be included, the
     16-    startproject command will be disabled, and the startapp command
     17-    will be modified to use the directory in which the settings module appears.
     18+    specified, user-defined commands will also be included.
    2019 
    2120     The dictionary is in the format {command_name: app_name}. Key-value
Back to Top