mirror of
https://github.com/task-17-lct/backend.git
synced 2024-11-11 01:36:48 +03:00
6 lines
102 B
Python
6 lines
102 B
Python
|
from django.contrib import admin
|
||
|
|
||
|
from passfinder.users.models import User
|
||
|
|
||
|
admin.site.register(User)
|