base menu, about page, atom feed

This commit is contained in:
j 2023-07-25 20:03:54 +01:00
commit 0b64fd58a1
21 changed files with 284 additions and 47 deletions

View file

@ -60,6 +60,7 @@ INSTALLED_APPS = [
"app.user",
"app.item",
"app.signalbot",
"app.page",
]
MIDDLEWARE = [
@ -86,6 +87,9 @@ TEMPLATES = [
"django.contrib.auth.context_processors.auth",
"django.contrib.messages.context_processors.messages",
],
"builtins": [
"django.templatetags.static",
]
},
},
]
@ -159,3 +163,5 @@ CELERY_RESULT_BACKEND = 'django-db'
SIGNAL_MODERATORS = []
RATELIMIT_CACHE_BACKEND = "app.brake_backend.BrakeBackend"
SITENAME = "phantas.ma"