You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6. Generate a secret key and pass it as an environment variable: `heroku config:set SECRET_KEY=$(python -c "from django.core.management import utils; print(utils.get_random_secret_key())")`
119
+
120
+
7. Deploy: `git push heroku <branch>:master`
113
121
114
-
7. Migrate the database: `heroku run python manage.py migrate`
122
+
8. Migrate the database: `heroku run python manage.py migrate`
115
123
116
-
8. Load the data referring to chapter "Data import" above.
124
+
9. Load the data referring to chapter "Data import" above.
0 commit comments