A simple Django app to conduct business intelligence.
Project description
Business intelligence
BI is a simple Django app to conduct business intelligence.
Quick start
Add “bi” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'bi', ]
Add OBJECTS_PATH setting like this:
OBJECTS_PATH='objects',
Include the bi URLconf in your project urls.py like this:
path('', include('bi.urls')),
Run python manage.py migrate to create the bi models.
Start the development server.
Visit http://127.0.0.1:8000/ to see your dashboards.
Project details
Release history Release notifications | RSS feed
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f6a465674c0cd77aa6b9431dc962b9ef1e7d594c4f70f6ea73d0646c7c4e1c0 |
|
MD5 | 769be20f9082b1e2348dd18391f2b567 |
|
BLAKE2b-256 | 83f064f9baff4a981a7dbbd8e2a0d8b051344bab643096c43d54b71403aa22dc |