Energy-Visualizer / mexer

Energy Visualizer (Summer 2024)
MIT License
0 stars 0 forks source link

Sandbox Dataset Choices for Admins #62

Closed kenny5033 closed 2 months ago

kenny5033 commented 2 months ago

Definition: "admin", a user with the is_staff model attribute marked as True.

On the query section on the visualization page, admins should have access to datasets contained in SandboxDB.

kenny5033 commented 2 months ago

Admins can now access sandbox datasets. Datasets and versions that are from SandboxDB are prefixed with sDB: right now, but that can easily be changed in settings.py at theSANDBOX_PREFIX variable.

Anything prefixed with SANDBOX_PREFIX is routed to SandboxDB instead.