From 77ade52ad95dcab61044bb160a4ea0e51daa9ef0 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Wed, 2 Nov 2016 16:14:56 -0400 Subject: [PATCH] Support for disabling signup via env. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0dad71d..bba17da 100644 --- a/README.md +++ b/README.md @@ -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`