Sith/core/admin.py

7 lines
87 B
Python

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