mirror of
https://github.com/fergalmoran/ferglie.git
synced 2025-12-22 01:07:55 +00:00
6 lines
118 B
Python
Executable File
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)
|