You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Package model max field does not have a default value and is not set as required when creating. This causes causes an error when trying to book a company with the package.
The Package model
max
field does not have a default value and is not set as required when creating. This causes causes an error when trying to book a company with the package.itdagene/itdagene/app/company/models.py
Lines 17 to 18 in 888a14f
Method causing the error:
itdagene/itdagene/app/company/models.py
Lines 41 to 47 in 888a14f
Suggested fix:
Either:
blank=True, null=True
None
The text was updated successfully, but these errors were encountered: