Update data model
This page is designed to add records to a data model.
- The layout and content of this page is defined in the template
located at
templates\WebApp\update_datamodel.html
.
- For layout and styling we rely on standard bootstrap containers, however,
you can add your own CSS classes in the
WebApp\static\css\base.css
files.
- The code for this Django view is in the updates function, located in
WebApp\views.py
- The URL for this page is defined through the urlpatterns
array, in
SERVIR_AppTemplate\urls.py
- The text for this popup window is located at
templates\WebApp\update_datamodel_about.html