delete font files + csrf origin

This commit is contained in:
trinkey 2024-12-24 11:27:18 -05:00
parent 08131fbc18
commit a1b26d6eaa
10 changed files with 1 additions and 0 deletions

View file

@ -20,6 +20,7 @@ SECRET_KEY = config["services"]["auth"]["token"]
BASE_DIR = Path(__file__).resolve().parent.parent
ALLOWED_HOSTS = ["*"]
CSRF_TRUSTED_ORIGINS = [config["services"]["auth"]["url"]["pub"]]
INSTALLED_APPS = [
"django.contrib.admin",

Binary file not shown.