from django.contrib import admin from .models import Slug, Destination admin.site.register(Slug) admin.site.register(Destination)