This website requires JavaScript.
Explore
Help
Register
Sign In
ereuse
/
IdHub
Watch
8
Star
0
Fork
You've already forked IdHub
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
29fd0aedeb
IdHub
/
idhub
/
admin.py
6 lines
92 B
Python
Raw
Normal View
History
Unescape
Escape
Started django project + first HTML render
2023-09-26 07:15:28 +00:00
from
django
.
contrib
import
admin
Checkpoint
2023-10-03 03:47:00 +00:00
from
.
models
import
AppUser
admin
.
site
.
register
(
AppUser
)