django/tests/utils_tests/test_module
Juan Catalano 6feb75129f Fixed #21060 -- Refactored admin's autodiscover method to make it reusable.
We want to be able to use it for instance for discovering `tasks.py` modules
inside the INSTALLED_APPS.

This commit therefore moves the logic to `autodiscover_modules` method in
django.utils.module_loading.
2013-09-13 20:09:41 -04:00
..
__init__.py
another_bad_module.py
another_good_module.py
bad_module.py Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
good_module.py