You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Seriously, it will help you get less confused about how the system works.** The demo shows you exactly what you're getting into and will save you (and me) a lot of headaches.
31
+
32
+
**What you'll see in the demo:**
33
+
- 📅 How the appointment booking interface works
34
+
- ⚙️ How the admin configuration affects the frontend
35
+
- 📧 Email notifications in action
36
+
- 🔄 Conflict resolution and availability management
37
+
38
+
⚠️ **Important**: Use **real email addresses** or `[email protected]` if you don't care about testing the email notification and/or you're concerned about using your personal email. Sending notifications to too many fake emails **will get my server blacklisted** by Gmail/Yahoo/etc., and I'll have to **kill the demo for everyone** before this happens - **my email server matters more** than your testing convenience.
39
+
40
+
**Privacy note**: A crontab erases the demo database every 2 hours, so I don't collect or store your email addresses - I have zero interest in doing so.
41
+
42
+
For the record: yes, I know when you use fake emails because Google and the others **bounce them back to me**, and I monitor the demo email account specifically for this.
43
+
44
+
*Note: Please read the [terms of use](https://django-appt.adamspierredavid.com/terms-and-conditions/) before using the demo.*
45
+
46
+
---
47
+
19
48
🆕 **New**: The documentation website is now
20
49
available [here](https://django-appt-doc.adamspierredavid.com). It includes reasons for using the
21
50
application, its features, and detailed configuration instructions.
@@ -26,11 +55,6 @@ the [migration guide](https://github.com/adamspd/django-appointment/tree/main/do
26
55
updating. Version 3.x.x introduces the ability to send email reminders for appointments using Django Q for efficient
27
56
task scheduling. It also allows clients to reschedule appointments if it is allowed by admins.
28
57
29
-
Django-Appointment is a Django app engineered for managing appointment scheduling with ease and flexibility. It enables
30
-
users to define custom configurations for time slots, lead time, and finish time, or use the default values
31
-
provided. This app proficiently manages conflicts and availability for appointments, ensuring a seamless user
32
-
experience.
33
-
34
58
For a detailed walkthrough and live example of the system, please refer to
0 commit comments