tjdests/tjdests/apps/authentication/admin.py
2021-04-19 18:46:27 -04:00

6 lines
86 B
Python

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