simonw / django-sql-dashboard

Django app for building dashboards using raw SQL queries
https://django-sql-dashboard.datasette.io/
Apache License 2.0
437 stars 37 forks source link

Allow dashboards to be saved to the database #2

Closed simonw closed 3 years ago

simonw commented 3 years ago

Needed for permissions work in #1

simonw commented 3 years ago

https://github.com/simonw/django-sql-dashboard/blob/4555472fcd84d1d4a8a49e9a16292d08ec787eed/django_sql_dashboard/models.py#L4-L27

simonw commented 3 years ago

I'm going to set up /dashboard/slug/ as the page that displays a dashboard.

simonw commented 3 years ago

Dashboards can now be created using the Django admin and can then be viewed at /dashboard/slug/.