admin.py 95 B

1234
  1. from django.contrib import admin
  2. from pycs_api.models import Model
  3. admin.site.register(Model)