base menu, about page, atom feed
This commit is contained in:
parent
013ca30765
commit
0b64fd58a1
21 changed files with 284 additions and 47 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue