1 2 3 4 5 6 7
from core.config import Config def config_context(request): return { "config": Config.load(), }