diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2020-07-21 10:35:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-21 10:35:12 +0200 |
| commit | 3f2821af6bc48fa8e7970c1ce27bc54c3172545e (patch) | |
| tree | 807b209dd7bf77cde680f54a18395672c1cb607f /tests/apps/default_config_app/__init__.py | |
| parent | 6ec5eb5d74fd18a91256010706ab8b5b583526a9 (diff) | |
Fixed #31180 -- Configured applications automatically.
Diffstat (limited to 'tests/apps/default_config_app/__init__.py')
| -rw-r--r-- | tests/apps/default_config_app/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/apps/default_config_app/__init__.py b/tests/apps/default_config_app/__init__.py deleted file mode 100644 index aebe0350d9..0000000000 --- a/tests/apps/default_config_app/__init__.py +++ /dev/null @@ -1 +0,0 @@ -default_app_config = 'apps.default_config_app.apps.CustomConfig' |
