ACSQ · Certification management

The application is installed

Live check

Web application answering
Version
Database checking…
Migrations checking…
Connection

If everything above is green

The installation is complete. Please run this in the terminal and send us the output:

python3 manage.py check

ACSQ will then load the working screens, which are not part of this package — this page stands in for them until that happens.

If the database is red

  1. Check the [database] line in config.ini.
  2. Run python3 manage.py check — it names the missing part.
  3. If no tables exist yet, run python3 manage.py migrate.
  4. Restart the application from Setup Python App.
This package contains no data. No client records, no certificates, no passwords — only the program and the empty database structure. The working screens and the data are loaded afterwards by ACSQ.