takahe/core/context.py

6 wiersze
121 B
Python
Czysty Zwykły widok Historia

2022-11-05 20:17:27 +00:00
from django.conf import settings
def config_context(request):
return {"config": {"site_name": settings.SITE_NAME}}