Fix meta tags and disable adding feeds

This commit is contained in:
Joakim Hellsén 2024-02-19 07:40:04 +01:00
commit 4c41dda244
3 changed files with 31 additions and 8 deletions

View file

@ -16,9 +16,6 @@ BASE_DIR: Path = Path(__file__).resolve().parent.parent
# The secret key is used for cryptographic signing, and should be set to a unique, unpredictable value.
SECRET_KEY: str = os.getenv("SECRET_KEY", default="")
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
INSTALLED_APPS = [