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
9. Load the data referring to chapter "Data import" above.
108
139
109
140
10. To check the logs: `heroku logs --tail`
141
+
142
+
### Periodic Data Import
143
+
144
+
Note: Running jobs with Heroku Scheduler might incur costs. If you haven't already, you need to add a credit card in your account (https://dashboard.heroku.com/account/billing).
145
+
146
+
1. Install the Scheduler add-on: `heroku addons:create scheduler:standard`
147
+
148
+
2. Open the Scheduler dashboard: `heroku addons:open scheduler`
149
+
150
+
3. Click on "Create job" and enter `python manage.py import --all` under "Run Command"
0 commit comments