This website requires JavaScript.
Explore
Help
Sign in
mravi
/
uncloud-mravi
Watch
1
Star
0
Fork
You've already forked uncloud-mravi
0
forked from
uncloud/uncloud
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
739bd72526
uncloud-mravi
/
uncloud
/
uncloud_auth
/
models.py
6 lines
89 B
Python
Raw
Normal View
History
Unescape
Escape
[auth] add customer user model Best practice See https://docs.djangoproject.com/en/3.0/topics/auth/customizing/#using-a-custom-user-model-when-starting-a-project
2020-02-21 10:32:41 +00:00
from
django
.
contrib
.
auth
.
models
import
AbstractUser
opennebula vm sync/query application added
2020-02-21 15:33:37 +00:00
[auth] add customer user model Best practice See https://docs.djangoproject.com/en/3.0/topics/auth/customizing/#using-a-custom-user-model-when-starting-a-project
2020-02-21 10:32:41 +00:00
class
User
(
AbstractUser
)
:
pass
Reference in a new issue
Copy permalink