Open Vepp1 opened 2 years ago
Add crispy_form to add a new order. Only logged users can access this page, using LoginRequeiredMixin. The validation is made on the view using the function is_valid and checking if the pick_up date, is a date at least 3 days in the future.
As a client I can access the order page so that *I can make a new order.