{% extends "setupwizard/_base.html" %} {% block content_title %}Site informations{% endblock %} {% block formfields %}

The website hostname, with port if not served on standard HTTP/HTTPS ports. Format is: my.app.canonical.name[:port]. The port is not the port of the application server (the python process), on a standard production installation where application server is behind nginx it would be nginx port.

Detected hostnames for this server (just a hint, not all valid values can be detected):

    {%- for host in suggested_hosts %}
  • {{ host }}
  • {%- endfor %}

The name that appear on login page and browser window's title.

@

This is the sender address used by the application.

Serves minified JS & CSS; interactive debugger disabled

Serves sources JS & CSS; interactive debugger enabled

{% endblock %}