Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3ac370

Browse files
authored
Add note to run migrations to setup.md (#147)
1 parent fa839b8 commit b3ac370

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/setup.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Install this library using `pip`:
66

77
$ pip install django-sql-dashboard
88

9+
### Run migrations
10+
11+
The migrations create tables that store dashboards and queries:
12+
13+
$ ./manage.py migrate
14+
915
## Configuration
1016

1117
Add `"django_sql_dashboard"` to your `INSTALLED_APPS` in `settings.py`.

0 commit comments

Comments
 (0)