Skip to content

DthRazak/OnlineShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Online Shop

This is simple website of e-commerce website in Django.

Prerequisites

We assume that you have proper version of python is installed (Python version = 3.6) or higher.

Python

Installing

For installation you need to create new virtualenv and install all the required modules using requirements.txt file in console using command

virtualenv venv 
source venv/bin/activate
pip install -r requirements.txt

Getting Started

You can start project using command

python manage.py runserver

after going into clonned directory

Authors

  • Volodymyr Milchanovskyi