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.
Related issue #708
The code was not updates to automatically generate an organization for new users. With release 0.17, organization are site owners. The effect was new users would not have full feature set available to them and lots of rendering issues. This addresses that by adding additional code to seed a new user logging with an individual organization affiliated with there account.
Related issue #708 The code was not updates to automatically generate an organization for new users. With release 0.17, organization are site owners. The effect was new users would not have full feature set available to them and lots of rendering issues. This addresses that by adding additional code to seed a new user logging with an individual organization affiliated with there account.