ODM2 / ODM2DataSharingPortal

A Python-Django web application enabling users to upload, share, and display data from their environmental monitoring sites via the app's ODM2 database. Data can either be automatically streamed from Internet of Things (IoT) devices, manually uploaded via CSV files, or manually entered into forms.
BSD 3-Clause "New" or "Revised" License
31 stars 8 forks source link

Fix status page not working #706

Closed ptomasula closed 6 months ago

ptomasula commented 6 months ago

Related issue #704 The status page was not tested prior to release. Looks like the query for this page was still using the account model for site ownership. Switched it to the organizational approach.