Skip to content

Kunalp02/Ecommerce_Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published