added a option on course

This commit is contained in:
Prince Kurt Laurence 2024-01-24 22:38:59 +08:00
parent 4a9c81fd34
commit 2d75066884
7 changed files with 15 additions and 14 deletions

View file

@ -54,7 +54,7 @@ class EquipmentInstance(models.Model):
return super().save(*args, **kwargs)
seed_database = False
seed_database = True
@receiver(post_migrate)