Changes between Initial Version and Version 1 of Ticket #20254, comment 2
- Timestamp:
- Apr 14, 2013, 7:49:48 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20254, comment 2
initial v1 4 4 5 5 {{{ 6 $ git diff a9a0f0b03f9a02deb03617bf7e9773a307d1328f 20c8aa2a2029be50449b25122f85bbef0f2b957f django/core/man 7 agement/__init__.py 6 $ git diff 20c8aa2a2029be50449b25122f85bbef0f2b957f a9a0f0b03f9a02deb03617bf7e9773a307d1328f django/core/management/__init__.py 8 7 diff --git a/django/core/management/__init__.py b/django/core/management/__init__.py 9 index 3672639..7e8eebd1006448 index 7e8eebd..3672639 100644 10 9 --- a/django/core/management/__init__.py 11 10 +++ b/django/core/management/__init__.py 12 @@ -77, 7 +77,9@@ def get_commands():11 @@ -77,9 +77,7 @@ def get_commands(): 13 12 in that package are registered. 14 13 15 14 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. 20 19 21 20 The dictionary is in the format {command_name: app_name}. Key-value