keyurr2 / django-online-shopping

Online shopping website clone for Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple demo for Shopping site

This is simple demo website that how exactly can make an e-commerce website in Django. It's very basic level clone for e-commerce website using Django framework

Prerequisites

We assume that you have proper version of python is installed (Python version = 2.7.10). or else you can download from it's official website

Python

Installing

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

pip install -r requirements.txt

Getting Started

You can start project using command

python manage.py runserver

after going into clonned directory

Authors

  • Keyur Rathod

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Online shopping website clone for Django

License:MIT License


Languages

Language:JavaScript 52.5%Language:CSS 28.7%Language:Python 14.1%Language:HTML 4.7%