kpsul/kfet/context_processors.py
2018-10-06 13:15:33 +02:00

6 lines
99 B
Python

from kfet.config import kfet_config
def config(request):
return {"kfet_config": kfet_config}