mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 07:10:59 +00:00
7 lines
114 B
Python
7 lines
114 B
Python
from core.config import Config
|
|
|
|
|
|
def config_context(request):
|
|
return {
|
|
"config": Config.load(),
|
|
}
|