This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
e9e522a8e7
django1
/
django
/
apps
/
__init__.py
3 lines
78 B
Python
Raw
Normal View
History
Unescape
Escape
Refactored INSTALLED_APPS overrides. * Introduced [un]set_installed_apps to handle changes to the INSTALLED_APPS setting. * Refactored [un]set_available_apps to share its implementation with [un]set_installed_apps. * Implemented a receiver to clear some app-related caches. * Removed test_missing_app as it is basically impossible to reproduce this situation with public methods of the new app cache.
2013-12-23 07:10:53 +08:00
from
.
base
import
AppConfig
# NOQA
from
.
cache
import
app_cache
# NOQA