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
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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters