diff --git a/docs/setup.md b/docs/setup.md index 12b8c01..68970c9 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -6,6 +6,12 @@ Install this library using `pip`: $ pip install django-sql-dashboard +### Run migrations + +The migrations create tables that store dashboards and queries: + + $ ./manage.py migrate + ## Configuration Add `"django_sql_dashboard"` to your `INSTALLED_APPS` in `settings.py`.