mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-08 20:50:19 +02:00
Delete related videos when a participation got deleted
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
from django.db.models.signals import post_save, pre_save
|
||||
from django.db.models.signals import post_save, pre_delete, pre_save
|
||||
|
||||
|
||||
class ParticipationConfig(AppConfig):
|
||||
|
Reference in New Issue
Block a user