feat: Add management command software

allows setting software as global and migrating to global organization

!11 #27
This commit is contained in:
2024-05-25 15:19:29 +09:30
parent f36400dbb9
commit 395f24f22c
6 changed files with 88 additions and 2 deletions

View File

@ -62,6 +62,7 @@ class History(HistoryCommonFields):
user = models.ForeignKey(
User,
on_delete=models.DO_NOTHING,
null = True,
blank= False,
)