Added account registration switch to env example

This commit is contained in:
Eraldo Energy 2016-02-18 00:46:45 +01:00
parent 22acc55bcc
commit c7627f4c54

View File

@ -12,6 +12,7 @@ DJANGO_MAILGUN_API_KEY=
DJANGO_MAILGUN_SERVER_NAME=
DJANGO_SERVER_EMAIL=
DJANGO_SECURE_SSL_REDIRECT=False
DJANGO_ACCOUNT_ALLOW_REGISTRATION=True
{% if cookiecutter.use_sentry == 'y' -%}
DJANGO_SENTRY_DSN=
{% endif %}