An alternative backend built using another programming language.
Go to file
saani 7d5d3217a0 fix: allow null values for Jitsi fields in AppointmentRequest
Add `null=True` to `jitsi_meet_url` and `jitsi_room_id` fields in the AppointmentRequest model. This allows these optional fields to be NULL at the database level in addition to accepting blank values, which is the proper Django pattern for optional string-based fields.

This change requires a database migration to be generated and applied.
2025-11-27 14:56:37 +00:00
booking_system docs(api): refactor appointments endpoint documentation structure 2025-11-26 19:30:26 +00:00
meetings fix: allow null values for Jitsi fields in AppointmentRequest 2025-11-27 14:56:37 +00:00
templates refactor(email): improve email service implementation and templates 2025-11-23 00:27:44 +00:00
users refactor(meetings): increase encrypted field lengths and add ID to admin 2025-11-27 14:43:50 +00:00
.env.example Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
.gitignore feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
dockerfile refactor(docker): streamline Dockerfile and add gunicorn workers 2025-11-23 23:34:59 +00:00
manage.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
Procfile # Commit Message 2025-11-23 23:06:17 +00:00
requirements.txt build: update project dependencies in requirements.txt 2025-11-25 18:18:27 +00:00