django-appointment icon indicating copy to clipboard operation
django-appointment copied to clipboard

A Django app for managing appointment scheduling with ease and flexibility.

Results 17 django-appointment issues
Sort by recently updated
recently updated
newest added

plugin of django-appointment to integrate with django cms, it would be perfect, I have seen many ideas of appointment plugin with wordpress/ php frameworks, but for django not yet. this...

I converted views to class based ones: FormView, RedirectView, TemplateView and View. This will help developer to re-use the views and modifiy only part of them. Function based views are...

dependencies
github-actions

Bumps [django](https://github.com/django/django) from 5.1.1 to 5.1.2. Commits c499184 [5.1.x] Bumped version for 5.1.2 release. 6e07a77 [5.1.x] Added release date for 5.1.2. 17fa759 [5.1.x] Fixed #35809 -- Set background color for...

dependencies
python

Hi @Junaidiqbal35, when you were talking about google calendar sync, were you talking about having an ics file that the user could use to add the event in his calendar...

dependencies
tests
user-interface

Currently, the appointment system uses a fixed slot duration for all services, which can lead to potential overlaps when service durations vary significantly. I need to implement a more flexible...

bug
help wanted

Currently, when a service has a duration of less than 1 minute, the [JavaScript function calculating the end time](https://github.com/adamspd/django-appointment/blob/01fcc1ab2a2563b2e473022053004f50c54448ff/appointment/static/js/appointments.js#L92) doesn't account for seconds. This results in the end time being...

bug
help wanted
good first issue

## Feature Description The login form is not available through which i can login as admin or end user. Due to this no proper front end is developing at my...