mirror of
https://github.com/task-17-lct/backend.git
synced 2024-11-11 06:16:40 +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)
|