mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Update Heroku instructions.
This commit is contained in:
@@ -111,8 +111,11 @@ requires performing the steps outlined on the `"How to Upgrade" <http://docs.red
|
||||
|
||||
6. Create database tables::
|
||||
|
||||
$ heroku run bash
|
||||
$ python manage.py database create_tables
|
||||
$ heroku run ./manage.py database create_tables
|
||||
|
||||
7. Create admin user::
|
||||
|
||||
$ heroku run ./manage.py users create --admin "Admin" admin
|
||||
|
||||
|
||||
Other
|
||||
|
||||
Reference in New Issue
Block a user