Files

6 lines
95 B
Python

from django.contrib import admin
from apps.user.models import User
admin.site.register(User)