{% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}{% trans "Cookbook Setup" %}{% endblock %} {% block extra_head %} {{ form.media }} {% endblock %} {% block content %}
{{ version_info }}
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 %}