/my-shop

A Django ERP framework example project

Primary LanguagePythonMIT LicenseMIT

my-shop

A Django ERP framework example project

This is the code for my-shop.django-erp-framework.com

Installation

clone repo
create virtual env
install requirements 
python manage.py migrate 
python manage.py create_entries
python manage.py create_purchase_entries

python manage.py createsuperuser
python manage.py runserver