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 a denormalized view of them so that internal users can explore them

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

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.14.tar.gz (10.7 kB view hashes)

Uploaded Source

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