Kiarie Henry Mbugua

Results 5 comments of Kiarie Henry Mbugua

@MiruDox Have a look at this file of how we save customer order in the database: https://github.com/muvatech/Shopping-Cart-Using-Django-2.0-and-Python-3.6/blob/master/orders/views.py

@sreebash Thanks for reaching out. Try this https://academy.muva.tech/blog/lesson-1-building-e-commerce-shopping-cart-using-django-2-0-python-3-6/

@yunus626 here is the link to css and js used: https://github.com/muvatech/Shopping-Cart-Using-Django-2.0-and-Python-3.6/tree/master/shop/static

@evivares The best way to go about it is to remove all migrations file in your project: Step 1: Remove the all migrations files within your project run this commands:...

@evivares I believe this could be an issue of your development environment. Try to create a python three virtual environment outside docker. After creating the environment, clone this repository. Make...