This website requires JavaScript.
Explore
Help
Register
Sign In
task-17-lct
/
backend
Watch
1
Star
0
Fork
0
You've already forked backend
mirror of
https://github.com/task-17-lct/backend.git
synced
2024-11-24 02:23:42 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
71432809ad
backend
/
passfinder
/
users
/
admin.py
6 lines
102 B
Python
Raw
Normal View
History
Unescape
Escape
added api endpoints, updated location
2023-05-21 20:46:07 +03:00
from
django
.
contrib
import
admin
from
passfinder
.
users
.
models
import
User
admin
.
site
.
register
(
User
)
Reference in New Issue
Copy Permalink