simple_ecommerce
simple_ecommerce copied to clipboard
A simple e-commerce application in Django
Simple Ecommerce
An extremely simple ecommerce application written in Django.
To install the project follow these steps:
git clone https://github.com/overiq/simple_ecommerce.git.cd simple_ecommercevirtualenv envsource env/bin/activate(for Linux/Mac OS ) orenv\Scripts\activate.bat(for Windows)pip install -r requirements.txtcd django_project/python manage.py migratepython manage.py runserver