Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 429 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 429 Bytes

Ecommerce_Django

How to run project

1) create venv if it is not present by entering the command in command line "python -m venv file_name"

2) activate it "file_name/Scripts/activate"

3) To install all required packages "pip install -r requirements.txt"

4) pip install django, Pillow

5) python mange.py makemigrations and python manage.py migrate

6) To run the project on local host "python manage.py runserver"