diff --git a/docs/3-deployment/deployment-on-heroku.rst b/docs/3-deployment/deployment-on-heroku.rst index 292946ba3..687795466 100644 --- a/docs/3-deployment/deployment-on-heroku.rst +++ b/docs/3-deployment/deployment-on-heroku.rst @@ -25,10 +25,6 @@ Run these commands to deploy the project to Heroku: # Assuming you chose Mailgun as mail service (see below for others) heroku addons:create mailgun:starter - heroku config:set PYTHONHASHSEED=random - - heroku config:set WEB_CONCURRENCY=4 - heroku config:set DJANGO_DEBUG=False heroku config:set DJANGO_SETTINGS_MODULE=config.settings.production heroku config:set DJANGO_SECRET_KEY="$(openssl rand -base64 64)"