We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b24db commit f95ef4fCopy full SHA for f95ef4f
docs/3-deployment/deployment-on-heroku.rst
@@ -25,10 +25,6 @@ Run these commands to deploy the project to Heroku:
25
# Assuming you chose Mailgun as mail service (see below for others)
26
heroku addons:create mailgun:starter
27
28
- heroku config:set PYTHONHASHSEED=random
29
-
30
- heroku config:set WEB_CONCURRENCY=4
31
32
heroku config:set DJANGO_DEBUG=False
33
heroku config:set DJANGO_SETTINGS_MODULE=config.settings.production
34
heroku config:set DJANGO_SECRET_KEY="$(openssl rand -base64 64)"
0 commit comments