change incentive plans total weight quota with rancher incentive plan - change id to rancher plan and add incentive plan id

This commit is contained in:
2025-09-25 12:16:49 +03:30
parent 10ff4de7ed
commit 8571ef0c68
6 changed files with 102 additions and 33 deletions

View File

@@ -1,5 +1,6 @@
from apps.core.models import BaseModel
from apps.authentication import models as auth_models
from apps.core.models import BaseModel
from django.db import models
@@ -136,5 +137,4 @@ class Rancher(BaseModel):
return f'rancher: {self.first_name} {self.last_name}'
def save(self, *args, **kwargs):
return super(Rancher, self).save(*args, **kwargs)
return super(Rancher, self).save(*args, **kwargs)