nuitdelinfo_2021/people/admin.py

5 lines
96 B
Python

from django.contrib import admin
from people.models import People
admin.site.register(People)