{% 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 %}
{% blocktrans %} Migrations should never fail! Failed migrations will likely cause major parts of the app to not function correctly. If a migration fails make sure you are on the latest version and if so please post the migration log and the overview below in a GitHub issue. {% endblocktrans %}
App | {% trans 'Migrations' %} |
---|---|
{{ value.app }} | {{ value.applied_migrations|length }} / {{ value.total }} |
{{ u }} |