bcfurtado / openlayr

a simple open source python ecommerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openlayr

Build Status

installation

git clone git@github.com:bcfurtado/openlayr.git
cd openlayr
mkvirtualenv $(cat .virtual-environment) -p $(which python3)
pip install -r requirements.txt

configuration

python manage.py createsuperuser

running

python manage.py migrate
python manage.py runserver

testing

python manage.py test

About

a simple open source python ecommerce


Languages

Language:Python 100.0%