feat: add max_length to jitsi_meet_url field and include debug prints for field lengths in AppointmentRequest

This commit is contained in:
saani 2025-12-04 12:30:32 +00:00
parent cd5fd63399
commit 912b7ed2a2

View File

@ -212,6 +212,7 @@ class AppointmentRequest(models.Model):
rejection_reason = EncryptedTextField(blank=True, null=True)
jitsi_meet_url = models.URLField(
max_length=2000,
unique=True,
blank=True,
null=True,