diff options
| author | René Fleschenberg <rene@fleschenberg.net> | 2020-06-01 10:23:29 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-06-01 10:55:41 +0200 |
| commit | 578b3046e3b4adc43655bb5dd955054b7bf19f89 (patch) | |
| tree | 1007cceb98fb565d7be271c5096281f3c25e49fd /docs | |
| parent | 682b295c6c3f5a2182bdc8192f0b8b65610fe4b1 (diff) | |
Reverted "Refs #23919 -- Removed obsolete __init__.py files in management command directories."
This reverts commit ccc25bfe4f0964a00df3af6f91c2d9e20159a0c2.
https://groups.google.com/d/topic/django-developers/GVHMH2ciAnk/discussion
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/custom-management-commands.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/howto/custom-management-commands.txt b/docs/howto/custom-management-commands.txt index eda7b2a42c..56db507689 100644 --- a/docs/howto/custom-management-commands.txt +++ b/docs/howto/custom-management-commands.txt @@ -18,7 +18,9 @@ whose name doesn't begin with an underscore. For example:: __init__.py models.py management/ + __init__.py commands/ + __init__.py _private.py closepoll.py tests.py |
