diff --git a/{{cookiecutter.project_slug}}/.envs/.django b/{{cookiecutter.project_slug}}/.envs/.django index 4175f8944..da4be11b2 100644 --- a/{{cookiecutter.project_slug}}/.envs/.django +++ b/{{cookiecutter.project_slug}}/.envs/.django @@ -5,10 +5,7 @@ DJANGO_SETTINGS_MODULE=config.settings.production DJANGO_SECRET_KEY=!!!SET DJANGO_SECRET_KEY!!! DJANGO_ADMIN_URL=!!!SET DJANGO_ADMIN_URL!!! DJANGO_ALLOWED_HOSTS=.{{ cookiecutter.domain_name }} - -# Security -# ------------------------------------------------------------------------------ -# TIP: better off using DNS, however, redirect is OK too +# TODO: better be using DNS, however, redirecting is OK too DJANGO_SECURE_SSL_REDIRECT=False # Email @@ -46,7 +43,6 @@ REDIS_URL=redis://redis:6379/0 {% if cookiecutter.use_celery == 'y' %} # Celery # ------------------------------------------------------------------------------ - # Flower CELERY_FLOWER_USER=!!!SET CELERY_FLOWER_USER!!! CELERY_FLOWER_PASSWORD=!!!SET CELERY_FLOWER_PASSWORD!!! diff --git a/{{cookiecutter.project_slug}}/.envs/.django.local b/{{cookiecutter.project_slug}}/.envs/.django.local index d94a17e59..eed8562b2 100644 --- a/{{cookiecutter.project_slug}}/.envs/.django.local +++ b/{{cookiecutter.project_slug}}/.envs/.django.local @@ -8,7 +8,6 @@ REDIS_URL=redis://redis:6379/0 {% if cookiecutter.use_celery == 'y' %} # Celery # ------------------------------------------------------------------------------ - # Flower CELERY_FLOWER_USER=!!!SET CELERY_FLOWER_USER!!! CELERY_FLOWER_PASSWORD=!!!SET CELERY_FLOWER_PASSWORD!!!