Skip to content

E-commerce website like Digikala with Django framework

Notifications You must be signed in to change notification settings

nimadorostkar/Didikala

Repository files navigation

Didikala

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.


Screenshots

home page

home page

products

products

account

account

orders

orders

product page

product page

Clone this repository

git clone https://github.com/nimadorostkar/Didikala.git

Install Dependencies

pip install -r requirements.txt

Run the following commands to get started:

python manage.py makemigrations
python manage.py migrate --run-syncdb
python manage.py runserver

About

E-commerce website like Digikala with Django framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published