from django.contrib import admin from .models import AdvUser, Service admin.site.register(AdvUser) admin.site.register(Service)