Skip to main content

A simple Django app to conduct business intelligence.

Project description

https://img.shields.io/travis/zhelyabuzhsky/django-bi.svg https://img.shields.io/pypi/v/django-bi.svg https://img.shields.io/pypi/dm/django-bi.svg

Business intelligence

BI is a simple Django app to conduct business intelligence.

Quick start

  1. Add “bi” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'bi',
    ]
  2. Add OBJECTS_PATH setting like this:

    OBJECTS_PATH='objects',
  3. Include the bi URLconf in your project urls.py like this:

    path('', include('bi.urls')),
  4. Run python manage.py migrate to create the bi models.

  5. Start the development server.

  6. Visit http://127.0.0.1:8000/ to see your dashboards.

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-bi-1.0.29.tar.gz (27.9 kB view details)

Uploaded Source

File details

Details for the file django-bi-1.0.29.tar.gz.

File metadata

  • Download URL: django-bi-1.0.29.tar.gz
  • Upload date:
  • Size: 27.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.9.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for django-bi-1.0.29.tar.gz
Algorithm Hash digest
SHA256 8f6a465674c0cd77aa6b9431dc962b9ef1e7d594c4f70f6ea73d0646c7c4e1c0
MD5 769be20f9082b1e2348dd18391f2b567
BLAKE2b-256 83f064f9baff4a981a7dbbd8e2a0d8b051344bab643096c43d54b71403aa22dc

See more details on using hashes here.

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