takahe/core/context.py

8 wiersze
114 B
Python

from core.config import Config
def config_context(request):
return {
"config": Config.load(),
}