mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-29 20:42:07 +01:00
6 lines
95 B
Python
6 lines
95 B
Python
from django.contrib import admin
|
|
|
|
from contact.models import Entry
|
|
|
|
admin.site.register(Entry)
|