Django Ecommerce | Build Advanced Django Web Application
Open-source project generated by Atrotech in Django Framework. Atrotech
This is a advanced e-commerce website like Digikala built with Django framework. The website displays products. Users can add and remove products to/from their cart while also specifying the quantity of each item. They can then enter their address and choose Stripe to handle the payment processing.
home page |
products |
account |
orders |
product page |
git clone https://github.com/nimadorostkar/Didikala.git
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate --run-syncdb
python manage.py runserver