chore: update to cater for recent dev changes and class inheritance

!31 !40 !42
This commit is contained in:
2024-07-16 15:47:24 +09:30
parent 3c206f5aef
commit 58a9532c70
9 changed files with 55 additions and 101 deletions

View File

@ -8,7 +8,7 @@ from core.mixin.history_save import SaveHistory
from .project_common import ProjectCommonFieldsName
class Project(ProjectCommonFieldsName, SaveHistory):
class Project(ProjectCommonFieldsName):
class Meta: