CZ Manager (formerly ODM2 Admin) is an application for site level data management of environmental observations using Observation Data Model 2 (ODM2) for documentation and a detailed walkthrough see:
Adds views, command, and ajax export button to graph views to export time series.
This update adds an extrasql.sql file for creating views; one requirement to requirements.txt django-recaptcha to prevent abuse of the added export function. Exporting can now be done via an ajax export button which signals the server to send an email via an extra django view (which only sends an email and never renders anything). This avoids the need for something like celery or django-after-response for now. Two models are also added for the new views. A command (for cli) is also added for sending emails.
Adds views, command, and ajax export button to graph views to export time series. This update adds an extrasql.sql file for creating views; one requirement to requirements.txt django-recaptcha to prevent abuse of the added export function. Exporting can now be done via an ajax export button which signals the server to send an email via an extra django view (which only sends an email and never renders anything). This avoids the need for something like celery or django-after-response for now. Two models are also added for the new views. A command (for cli) is also added for sending emails.