Files
ferglie/shorts/admin.py
Fergal Moran 4333677844 Initial commit
2017-05-03 21:31:11 +01:00

6 lines
118 B
Python
Executable File

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