{% extends "base_html.html" %}
{% load static %}
{% block title %}Mathics Installation Information{% endblock %}
{% block html_head %}
{% endblock %}
{% block html_body %}
ALLOWED_HOSTS: {{settings.ALLOWED_HOSTS}}DEBUG: {{settings.DEBUG}}DISPLAY_EXCEPTIONS: {{settings.DISPLAY_EXCEPTIONS}}
{{BaseDirectory}}{{HomeDirectory}}{{InstallationDirectory}}{{RootDirectory}}{{TemporaryDirectory}}{{DB_PATH}}{{DOCTEST_DATA_PATH}}
Mathics3 is a general-purpose computer algebra system.
Copyright (C) 2021-2023 The Mathics3 Team
This program comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome to redistribute it
under certain conditions.
See the online documentation in fullscreen for a full list of supported functions, or go back to the main page.