Skip to content

Commit 2d1dd68

Browse files
authored
Merge branch 'main' into 164-order-dependant-tests-in-appointment-tests-utilstest_db_helpers
2 parents 0cf597c + e60e4de commit 2d1dd68

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,9 @@ information.
300300

301301
## Notes 📝⚠️
302302

303-
I'm working on a testing website for the application
304-
that is not fully functional yet, no hard feelings. But you can check it out
305-
at [https://django-appt.adamspierredavid.com/](https://django-appt.adamspierredavid.com/). Ideas are welcome here since
306-
I'm blocked on a few points.
303+
I'm working on a testing website for the application that is not fully functional yet, no hard feelings. Before using it,
304+
it's important to me that you read the terms of use, only then you can use it if you agree to them. The demo website is located
305+
at [https://django-appt.adamspierredavid.com/](https://django-appt.adamspierredavid.com/terms-and-conditions/). Ideas are welcome.
307306

308307
## About the Author
309308

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pillow==10.3.0
2-
phonenumbers==8.13.35
2+
phonenumbers==8.13.36
33
django-phonenumber-field==7.3.0
4-
babel==2.14.0
4+
babel==2.15.0
55
setuptools==69.5.1
66
requests~=2.31.0
77
django-q2==1.6.2

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Django==5.0.4
1+
Django==5.0.6
22
Pillow==10.3.0
3-
phonenumbers==8.13.35
3+
phonenumbers==8.13.36
44
django-phonenumber-field==7.3.0
5-
babel==2.14.0
5+
babel==2.15.0
66
setuptools==69.5.1
77
requests~=2.31.0
88
django-q2==1.6.2

0 commit comments

Comments
 (0)