Reverted "Refs #23919 -- Removed obsolete __init__.py files in management command directories."
This reverts commit ccc25bfe4f
.
https://groups.google.com/d/topic/django-developers/GVHMH2ciAnk/discussion
This commit is contained in:
parent
682b295c6c
commit
578b3046e3
django
contrib
auth/management/commands
contenttypes/management/commands
gis/management
sessions/management
sitemaps/management
staticfiles/management
core/management/commands
docs/howto
tests
admin_scripts
complex_app/management
management
simple_app/management
bash_completion/management
user_commands/management
|
@ -18,7 +18,9 @@ whose name doesn't begin with an underscore. For example::
|
||||||
__init__.py
|
__init__.py
|
||||||
models.py
|
models.py
|
||||||
management/
|
management/
|
||||||
|
__init__.py
|
||||||
commands/
|
commands/
|
||||||
|
__init__.py
|
||||||
_private.py
|
_private.py
|
||||||
closepoll.py
|
closepoll.py
|
||||||
tests.py
|
tests.py
|
||||||
|
|
Loading…
Reference in New Issue