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
ada83fd8b8
django1
/
django
/
apps
/
__init__.py
5 lines
90 B
Python
Raw
Normal View
History
Unescape
Escape
Sorted imports in __init__.py files.
2015-06-16 02:07:31 +08:00
from
.
config
import
AppConfig
from
.
registry
import
apps
__all__
=
[
'
AppConfig
'
,
'
apps
'
]