takahe/core/context.py

8 wiersze
136 B
Python

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