Files
shortio/shorts/admin.py
Fergal Moran 47732ff70c Initial commit
2014-04-17 20:35:04 +01:00

6 lines
118 B
Python

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