{% extends "base_not_installed.html" %} {% block header_title %}Installing{% endblock %} {% block section_title %}Installing{% endblock %} {% block debug %} {{ users_admin }} {% endblock %} {% block content %}

You are installing VyControl.

  1. You have already created and connected to the database
  2. For small installations, db.sqlite3 is sufficient. Otherwise, use mySQL or PostgreSQL.
  3. Now we are going to create an administrator user.
{% csrf_token %}



{% endblock %}