ernestophone.ens.fr/calendrier/admin.py
2022-01-09 20:47:58 +01:00

6 lines
147 B
Python

from django.contrib import admin
from .models import Event, Participants
# Add event by admin page return a 502 error
admin.site.register(Event)