update "local" docker settings, use js/css from cdn

(remove unnecessary "linode" docker setup)
ignore fonts
This commit is contained in:
2022-11-14 18:30:00 -05:00
parent d07dd3208d
commit 9a18bb56ab
67 changed files with 88 additions and 88386 deletions

View File

@@ -9,7 +9,7 @@ READ_DOT_ENV_FILE = True
# https://docs.djangoproject.com/en/dev/ref/settings/#secret-key
SECRET_KEY = env(
"DJANGO_SECRET_KEY",
default="pRCVBdn0u1vjhnHTLaQqsar0bVC2Gms1OeMvW1v7YvLiaoaBRqolLPCMle1jjzpB",
default=None,
)
# https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
ALLOWED_HOSTS = ["localhost", "0.0.0.0", "127.0.0.1"]