django-tiny-erp

Enterprise Resource Planning (ERP) for tiny companies


License
MIT
Install
pip install django-tiny-erp==0.4.2

Documentation

tiny-erp

Build Status

Enterprise Resource Planning (ERP) for tiny companies

Installation

  1. Install the app: pip install django-tiny-erp

  2. Add the tiny-erp apps to INSTALLED_APPS.

    INSTALLED_APPS = [
        # the usual django stuff
        "tiny_erp",
        "tiny_erp.apps.locations",
        "tiny_erp.apps.products",
        "tiny_erp.apps.purchases",
        "small_small_hr",
        'model_reviews',
        'django_comments',
    ]
  3. Run manage.py migrate so that Django will create the model_review tables.

  4. Set up the django-model-reviews and small-small-hr apps.