Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa839b8 commit b3ac370Copy full SHA for b3ac370
docs/setup.md
@@ -6,6 +6,12 @@ Install this library using `pip`:
6
7
$ pip install django-sql-dashboard
8
9
+### Run migrations
10
+
11
+The migrations create tables that store dashboards and queries:
12
13
+ $ ./manage.py migrate
14
15
## Configuration
16
17
Add `"django_sql_dashboard"` to your `INSTALLED_APPS` in `settings.py`.
0 commit comments