mirror of
https://github.com/fergalmoran/shortio.git
synced 2026-02-15 04:26:43 +00:00
6 lines
118 B
Python
6 lines
118 B
Python
from django.contrib import admin
|
|
from shorts.models import Url
|
|
|
|
# Register your models here.
|
|
admin.site.register(Url)
|