kpsul/kfet/context_processors.py
2017-09-19 17:05:51 +02:00

8 lines
124 B
Python

# -*- coding: utf-8 -*-
from kfet.config import kfet_config
def config(request):
return {'kfet_config': kfet_config}