Files
2021-11-25 10:57:40 +01:00

6 lines
95 B
Python

from django.contrib import admin
from contact.models import Entry
admin.site.register(Entry)