mirror of
https://github.com/Llloooggg/TextSouls.git
synced 2026-03-06 04:26:23 +03:00
6 lines
86 B
Python
6 lines
86 B
Python
from django.contrib import admin
|
|
|
|
from .models import User
|
|
|
|
admin.site.register(User)
|