Skip to content

A simple E-commerce web application, being developed with Django.

Notifications You must be signed in to change notification settings

kmtusher97/E-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Django project.

E-Commerce Build Status

Simple E-commerce web application.

Create Project os

$ mkdir "E-commerce" && cd "E-commerce"
$ virtualenv -p python3 .
$ source bin/activate
$ pip install Django==2.2.13
$ django-admin --version
$ mkdir src && cd src
$ django-admin startproject ecommerce .
$ pip freeze > requirements.txt

Build os

$ virtualenv -p python3 .
$ source bin/activate
$ pip3 install -r requirements.txt

About

A simple E-commerce web application, being developed with Django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •