This website requires JavaScript.
Explore
Help
Sign In
FreakU
/
takahe
Watch
1
Star
0
Fork
You've already forked takahe
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5a8b6bb3d0
takahe
/
core
/
context.py
8 lines
114 B
Python
Raw
Blame
History
from
core
.
config
import
Config
def
config_context
(
request
)
:
return
{
"
config
"
:
Config
.
load
(
)
,
}
Reference in New Issue
View Git Blame
Copy Permalink