Skip to main content

Enterprise Resource Planning (ERP) for tiny companies

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-tiny-erp-0.4.2.tar.gz (16.6 kB view hashes)

Uploaded Source

Built Distribution

django_tiny_erp-0.4.2-py3-none-any.whl (28.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page