mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 05:04:25 +03:00
Added account registration switch to env example
This commit is contained in:
parent
22acc55bcc
commit
c7627f4c54
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user