admin.py 95 B

12345
  1. from django.contrib import admin
  2. from .models import UserModel
  3. admin.site.register(UserModel)