takahe/core/context.py

6 wiersze
121 B
Python

from django.conf import settings
def config_context(request):
return {"config": {"site_name": settings.SITE_NAME}}