Closed Ramin-RX7 closed 1 year ago
forms.py
customer_login
action
phone
menu
Note: all of these must be implemented in orders app.
orders
forms.py
that validates the customer phone number with a regex like the one in user authentication part of the project.customer_login
(theaction
of the form)customer_login
must set a session namedphone
to the user input.menu
urlNote: all of these must be implemented in
orders
app.