mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-26 01:01:00 +00:00
5 lines
121 B
Python
5 lines
121 B
Python
from django.conf import settings
|
|
|
|
|
|
def config_context(request):
|
|
return {"config": {"site_name": settings.SITE_NAME}}
|