An alternative backend built using another programming language.
Go to file
2025-12-05 12:54:07 +00:00
booking_system feat: update CORS and CSRF trusted origins for improved security 2025-12-05 12:52:52 +00:00
meetings feat: update appointment request to set status to 'completed' when ending a meeting 2025-12-05 12:34:48 +00:00
static/admin/img Refactor code structure for improved readability and maintainability 2025-12-02 19:32:51 +00:00
staticfiles Refactor code structure for improved readability and maintainability 2025-12-02 19:32:51 +00:00
templates/emails feat: enhance appointment scheduling with user timezone support and email reminders 2025-12-05 10:34:19 +00:00
templatetags feat: enhance appointment scheduling with user timezone support and email reminders 2025-12-05 10:34:19 +00:00
users feat: update appointment request to set status to 'completed' when ending a meeting 2025-12-05 12:34:48 +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 feat: enhance appointment scheduling with user timezone support and email reminders 2025-12-05 10:34:19 +00:00