Open gordonje opened 4 years ago
This is our first stab at integrating the Django project with the work text extractor tool.
The plan:
base.html
cable_file.html
facility_file.html
json-script
CableFile
FacilityFile
@login_required
admin/fcc_opif/cablefile/extactor/<file-id>
CableFileAdmin
FacilityFileAdmin
This is our first stab at integrating the Django project with the work text extractor tool.
The plan:
base.html
templatecable_file.html
andfacility_file.html
templates (that extendbase.html
)json-script
template tag to render theCableFile
/FacilityFile
object as jsonCableFile
andFacilityFile
view (with@login_required
)CableFile
/FacilityFile
objects to the context and render the appropriate templateadmin/fcc_opif/cablefile/extactor/<file-id>
)CableFileAdmin
andFacilityFileAdmin