This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
24
Releases
Wiki
Activity
6072de727f
django
/
tests
/
utils_tests
/
test_module
/
__init__.py
4 lines
61 B
Python
Raw
Normal View
History
Unescape
Escape
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-06 23:23:25 +00:00
class
SiteMock
(
object
)
:
_registry
=
{
}
site
=
SiteMock
(
)