nuitdelinfo_2021/rescue/admin.py

6 lines
97 B
Python

from django.contrib import admin
from rescue.models import Rescue
admin.site.register(Rescue)