remove partcipants from admin

This commit is contained in:
Lucie Galland 2022-01-09 20:47:58 +01:00
parent 9aed5d1758
commit bbff984513

View file

@ -4,4 +4,3 @@ from .models import Event, Participants
# Add event by admin page return a 502 error
admin.site.register(Event)
admin.site.register(Participants)