diff --git a/django/contrib/auth/management/commands/__init__.py b/django/contrib/auth/management/commands/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/django/contrib/contenttypes/management/commands/__init__.py b/django/contrib/contenttypes/management/commands/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/django/contrib/gis/management/__init__.py b/django/contrib/gis/management/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/django/contrib/gis/management/commands/__init__.py b/django/contrib/gis/management/commands/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/django/contrib/sessions/management/__init__.py b/django/contrib/sessions/management/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/django/contrib/sessions/management/commands/__init__.py b/django/contrib/sessions/management/commands/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/django/contrib/sitemaps/management/__init__.py b/django/contrib/sitemaps/management/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/django/contrib/sitemaps/management/commands/__init__.py b/django/contrib/sitemaps/management/commands/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/django/contrib/staticfiles/management/__init__.py b/django/contrib/staticfiles/management/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/django/contrib/staticfiles/management/commands/__init__.py b/django/contrib/staticfiles/management/commands/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/django/core/management/commands/__init__.py b/django/core/management/commands/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/docs/howto/custom-management-commands.txt b/docs/howto/custom-management-commands.txt index 77405a1622..138bf54a6f 100644 --- a/docs/howto/custom-management-commands.txt +++ b/docs/howto/custom-management-commands.txt @@ -18,9 +18,7 @@ directory 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 diff --git a/tests/admin_scripts/complex_app/management/__init__.py b/tests/admin_scripts/complex_app/management/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tests/admin_scripts/complex_app/management/commands/__init__.py b/tests/admin_scripts/complex_app/management/commands/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tests/admin_scripts/management/__init__.py b/tests/admin_scripts/management/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tests/admin_scripts/management/commands/__init__.py b/tests/admin_scripts/management/commands/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tests/admin_scripts/simple_app/management/__init__.py b/tests/admin_scripts/simple_app/management/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tests/admin_scripts/simple_app/management/commands/__init__.py b/tests/admin_scripts/simple_app/management/commands/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tests/bash_completion/management/__init__.py b/tests/bash_completion/management/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tests/bash_completion/management/commands/__init__.py b/tests/bash_completion/management/commands/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tests/user_commands/management/__init__.py b/tests/user_commands/management/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tests/user_commands/management/commands/__init__.py b/tests/user_commands/management/commands/__init__.py deleted file mode 100644 index e69de29bb2..0000000000