mirror of
https://github.com/lemeow125/Borrowing-TrackerBackend.git
synced 2025-05-17 03:48:13 +08:00
added a option on course
This commit is contained in:
parent
4a9c81fd34
commit
2d75066884
7 changed files with 15 additions and 14 deletions
Binary file not shown.
Binary file not shown.
|
@ -54,7 +54,7 @@ class EquipmentInstance(models.Model):
|
|||
return super().save(*args, **kwargs)
|
||||
|
||||
|
||||
seed_database = False
|
||||
seed_database = True
|
||||
|
||||
|
||||
@receiver(post_migrate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue