Context:
I have a booking app that is managed over the phone by an admin.
the callers/client's details are stored in a Client model and then related to a Booking model when a booking is made.
Problem:
Can anyone recommend a good way to implement this.
-- I have a booking app that is managed over the phone by an admin.
the callers/client's details are stored in a Client model and then related to a Booking model when a booking is made.
Problem:
I want the client to have access to edit their booking without having to be a user in the system.
They would just need the email address they provided over the phone and enter that into a form on a single page public webapp.
and the backend should just email them a one time url to a form to check and edit details of their booking.
They would just need the email address they provided over the phone and enter that into a form on a single page public webapp.
and the backend should just email them a one time url to a form to check and edit details of their booking.
Can anyone recommend a good way to implement this.
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/dc0f5274-f9ae-4ba7-9c9d-65aa94b3d03a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment