Files
2022-07-12 16:56:01 +03:00

7 lines
87 B
Python

from django.contrib import admin
from .models import Link
admin.site.register(Link)