This website requires JavaScript.
Explore
Help
Sign in
sanghee
/
dynamicweb
Watch
1
Star
0
Fork
You've already forked dynamicweb
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
c1db3b99ee
dynamicweb
/
membership
/
admin.py
5 lines
97 B
Python
Raw
Normal View
History
Unescape
Escape
init membership
2016-03-03 21:55:23 +00:00
from
django
.
contrib
import
admin
Registered CustomUser model in the admin panel. Related issue: https://redmine.ungleich.ch/issues/2286
2016-05-16 13:48:26 +00:00
from
.
models
import
CustomUser
init membership
2016-03-03 21:55:23 +00:00
Registered CustomUser model in the admin panel. Related issue: https://redmine.ungleich.ch/issues/2286
2016-05-16 13:48:26 +00:00
admin
.
site
.
register
(
CustomUser
)
Reference in a new issue
Copy permalink