GitHub - AslamH/Ecommerce: Online Ecommerce site in django 1.8 · GitHub
Skip to content

AslamH/Ecommerce

Folders and files

Repository files navigation

ecommerce-django

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

About

Online Ecommerce site in django 1.8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors