This website works better with JavaScript.
Explore
Help
Register
Sign In
RogerWorkPC
/
django_myshop
Watch
1
Star
0
Fork
You've already forked django_myshop
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
19
Commits
1
Branch
0
Tags
46 MiB
Tree:
30e8873ca6
django_myshop
/
apps
/
user
/
__init__.py
4 lines
74 B
Raw
Normal View
History
Unescape
Escape
先把后台配置好,各种坑呀
2 years ago
from
.
apps
import
UserConfig
default_app_config
=
'
apps.user.UserConfig
'