Skip to content

Sunil-Kumar-P/TECHIKART

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce

Check if the python has been installed in the system. If not done download it from www.python.org

Open Command prompt Change the directory to the current directory

Install Virtual Environment

pip install virtualenv

Create a Virtual Environment with the name venv

virtualven venv

Activate the Virtual Environment

venv\scripts\activate

Change the directory

cd shops

Install the required libraries

pip install django pillow

Then start the server

python manage.py runserver

you can find this website https://sunilkumarp.pythonanywhere.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published