{% extends "base.html" %} {% block title %}Setup - PyRunner{% endblock %} {% block content %}
First-time configuration
{% if redirect_to_admin_setup %} System is ready. Now let's create your admin account. {% else %} PyRunner is ready to use. {% endif %}
{% if redirect_to_admin_setup %} Create Admin Account {% else %} Continue to Login {% endif %}python manage.py qcluster
Migration error: {{ results.migrations.message }}
Environment error: {{ results.default_env.message }}
This will set up the database and create the default Python environment.
{% endif %}