mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-26 09:11:00 +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(),
|
|
}
|