E Commerce Website Project In Python (Django)


E Commerce Website Project in Python (Django)

About This Project

This is an ecommerce (E-Shop) website built with Django. The website displays products. Users can add and remove products to/from their cart while also specifying the quantity of each item.

WhatsApp +91 9753531615

How to run this project ?

 

We’ll assume you have Django installed already. You can tell Django is installed and which version by running the following command in a shell prompt

$ python -m django --version

If Django is installed, you should see the version of your installation. If it isn’t, you’ll get an error telling “No module named django”.

   $ python manage.py runserver

You’ll see the following output on the command line:

Performing system checks...

 
System check identified no issues (0 silenced).

 
You have unapplied migrations; your app may not work properly until they are applied.
Run 'python manage.py migrate' to apply them.

 
March 06, 2020 - 15:50:53
Django version 3.0, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

Download