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