Skip to content

Add documentation

Add some documentation:

  • python -m venv venv
  • needs database driver (e.g. psycopg2 for postgres)
  • create user and database in postgres
  • import lehrpreis, with lehrpreis.app.app_context(): lehrpreis.db.create_all()
  • deployment with uwsgi/nginx
  • config options
  • basic admin interface description