Skip to content

Try to build E_commerce type website using Django also hosted on pythonanywhere.com.

Notifications You must be signed in to change notification settings

amanjha18/E-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

E-commerce

Installation and Requirements

create virtual environment

$ pip install virtualenv
$ virtualenv myenv(you can type any name instead of name)

activate virtualenv

$ source myenv/bin/activate
$ pip install -r requirements.txt 

Run this command

$ python manage.py runserver

hosted link

(http://aman18.pythonanywhere.com/)

About

Try to build E_commerce type website using Django also hosted on pythonanywhere.com.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published