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
4a7d374fd5
django1
/
django
/
apps
/
__init__.py
3 lines
78 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed #21877 -- Renamed django.apps.base to config.
2014-01-26 20:17:03 +08:00
from
.
config
import
AppConfig
# NOQA
Renamed AppCache to Apps. Also renamed app_cache to apps and "app cache" to "app registry". Deprecated AppCache.app_cache_ready() in favor of Apps.ready().
2013-12-24 19:25:17 +08:00
from
.
registry
import
apps
# NOQA