Skip to main content

A Django app to visualize your models and their connections as flat tables.

Project description

===
infoNavigator
===

infoNavigator takes your models and makes denormalized tables for all of them so that internal users can explore them

Quick start
-----------
1. Add "infoNavigator" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'infoNavigator',
)

2. Get a url to all those models within your django project like this:
from infoNavigator.views import RecordsView
url(r'^navigate/', RecordsView(models.Keyword, models.SICCode, models.NAICSCode,
models.OSHA170Form, models.ReportingJurisdiction,
models.Accident, models.AccidentAbstract,
models.AccidentInjury, models.Inspection,
models.OptionalInspectionInfo, models.RelatedActivity,
models.StrategicCode, models.Violation,
models.ViolationEvent,
models.ViolationGeneralDuty).as_view()),

3. Visit the url you set up

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-infoNavigator-0.18.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_infoNavigator-0.18-py2-none-any.whl (12.2 kB view details)

Uploaded Python 2

File details

Details for the file django-infoNavigator-0.18.tar.gz.

File metadata

File hashes

Hashes for django-infoNavigator-0.18.tar.gz
Algorithm Hash digest
SHA256 9bb67e6a631a4a8d2784d574a93ebc6cb5b318c80ab546e2f7fb3b4b0fbaf848
MD5 84ec00ab108072b8dd5130e07ddf812b
BLAKE2b-256 26f0d8a6ba2b3a46401518bf9eb07790411e401885abf7a79935e6059570c2b1

See more details on using hashes here.

File details

Details for the file django_infoNavigator-0.18-py2-none-any.whl.

File metadata

File hashes

Hashes for django_infoNavigator-0.18-py2-none-any.whl
Algorithm Hash digest
SHA256 09ad8e0579803fb13a32d0c6b7107697b03ccc4ec66a57c254a119441dea79de
MD5 82033b81a18a75aabbdf7d57ce653c07
BLAKE2b-256 daa307470dfffec27f0008607e1028e309d02e22bf9574c14481be1aef1b3500

See more details on using hashes here.

Supported by

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