add sitemap and open graph

This commit is contained in:
Tobias Brunner 2025-03-03 15:57:08 +01:00
parent b836d38e70
commit a07d1fc4e2
No known key found for this signature in database
9 changed files with 176 additions and 0 deletions

View file

@ -64,6 +64,7 @@ INSTALLED_APPS = [
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
"django.contrib.sitemaps",
# 3rd party
"django_prose_editor",
"rest_framework",