===
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
Release files for django-infoNavigator 0.18
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-infoNavigator-0.18.tar.gz | 10.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_infoNavigator-0.18-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 22.9 kB