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
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
For installation you need to install all the required modules using requirements.txt file in console using command
pip install -r requirements.txt
You can start project using command
python manage.py runserver
after going into clonned directory
- Keyur Rathod
This project is licensed under the MIT License - see the LICENSE.md file for details