{% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}{% trans "Cookbook Setup" %}{% endblock %} {% block extra_head %} {{ form.media }} {% endblock %} {% block content %}
version.py
in your update script to generate version information (done automatically in docker).
{% endblocktrans %}
{% endif %}
SECRET_KEY
configured in your .env
file. Django defaulted to the
standard key
provided with the installation which is publicly know and insecure! Please set
SECRET_KEY
int the .env
configuration file.
{% endblocktrans %}
{% else %}
{% trans 'Everything is fine!' %}
{% endif %}
DEBUG=0
int the .env
configuration file.
{% endblocktrans %}
{% else %}
{% trans 'Everything is fine!' %}
{% endif %}