admin.py 84 B

1234
  1. from django.contrib import admin
  2. from .models import *
  3. admin.site.register(Config)