{% extends "setup/base.html" %} {% block title %}Restart Required - Skrift{% endblock %} {% block content %}

Database Configured Successfully!

The database has been set up and migrations have been run. To continue with setup, you need to restart the server.

Why restart?

The server needs to reload to enable authentication features that require the database connection you just configured.

To restart:

  1. Stop the current server (press Ctrl+C in the terminal)
  2. Start it again with the same command you used before
  3. Return to this page - setup will continue automatically
I've Restarted - Continue Setup
{% endblock %}