adamspd / django-appointment

A Django app for managing appointment scheduling with ease and flexibility.
Apache License 2.0
150 stars 41 forks source link

Clean objects #154

Open adamspd opened 6 months ago

adamspd commented 6 months ago

Feature Description

Utilize Django-Q to schedule tasks for cleaning up unnecessary objects, such as Appointment Requests that are not associated with any appointments and are older than a specified period.