Vepp1 / VeganCaju

Online truffles store
0 stars 1 forks source link

USER STORY: Make Orders #4

Open Vepp1 opened 2 years ago

Vepp1 commented 2 years ago

As a client I can access the order page so that *I can make a new order.

Vepp1 commented 1 year 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.