from django.contrib import admin # Register your models here. from apps.pagoda.models import PagodaSites admin.site.register(PagodaSites)