Django SQL Dashboard¶

submited by
Style Pass
2021-07-04 20:30:03

Django SQL Dashboard¶ Installation and configuration Install using pip Configuration Setting up read-only PostgreSQL credentials Configuring the “dashboard” database alias Danger mode: configuration without a read-only database user dj-database-url and django-configurations Django permissions Additional settings Custom templates Running SQL queries SQL parameters Saved dashboards View permissions Edit permissions Widgets Bar chart: bar_label, bar_quantity Big number: big_number, label Progress bar: completed_count, total_count Word cloud: wordcloud_count, wordcloud_word markdown html Custom widgets Security Contributing Running the tests Generating new migrations Code style Documentation Using Docker Compose Using the dashboard interactively Editing the documentation Changing the default ports Changing the default UID and GID Updating Cleaning up

Installation and configuration Install using pip Configuration Setting up read-only PostgreSQL credentials Configuring the “dashboard” database alias Danger mode: configuration without a read-only database user dj-database-url and django-configurations Django permissions Additional settings Custom templates Running SQL queries SQL parameters Saved dashboards View permissions Edit permissions Widgets Bar chart: bar_label, bar_quantity Big number: big_number, label Progress bar: completed_count, total_count Word cloud: wordcloud_count, wordcloud_word markdown html Custom widgets Security Contributing Running the tests Generating new migrations Code style Documentation Using Docker Compose Using the dashboard interactively Editing the documentation Changing the default ports Changing the default UID and GID Updating Cleaning up

Leave a Comment