Support for disabling signup via env.

master
Nick Sergeant 2016-11-02 16:14:56 -04:00
parent ab22d9db8c
commit 77ade52ad9
1 changed files with 4 additions and 0 deletions

View File

@ -15,3 +15,7 @@
- `heroku run python manage.py migrate`
- `heroku run python manage.py createsuperuser`
- Visit yourapp.herokuapp.com and login with the user you just created.
If you want to disable user-facing signup:
- `heroku config:set DISABLE_SIGNUP=true`