From a9006a46df4599377a1b4b7f8e634f6ebdfc260e Mon Sep 17 00:00:00 2001 From: erjemin Date: Tue, 11 Aug 2026 13:07:06 +0300 Subject: [PATCH] add: logo draft (3) --- hypn0/hypn0/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hypn0/hypn0/settings.py b/hypn0/hypn0/settings.py index 4378826..5037ce5 100644 --- a/hypn0/hypn0/settings.py +++ b/hypn0/hypn0/settings.py @@ -69,6 +69,7 @@ INSTALLED_APPS = [ 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', + 'django.contrib.sitemaps', ] MIDDLEWARE = [