1 2 3 4 5 6
from django.contrib import admin # Register your models here. from apps.pagoda.models import PagodaSites admin.site.register(PagodaSites)