Simple Ecommerce website built using Django 1.8
install dependencies, then start the server:(simple guide for windows)
> cd ecommerce
> virtualenv .
> cd Scripts
> activate
> cd ../
> cd src
> pip install -r requirements.txt
> python manage.py runserver
The system:: --Runs on django 1.8 and an sqlite database
--Has a djngo Administrator login page
--Links to third party payment systems such as mobile money ,Paypal ,bitpay, Mastercard werent fully implemented
