from django.contrib import admin from shorts.models import Url # Register your models here. admin.site.register(Url)