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
143a4a6e8c
takahe
/
core
/
context.py
8 lines
114 B
Python
Raw
Normal View
History
Unescape
Escape
Start some settings work
2022-11-12 21:10:06 -08:00
from
core
.
config
import
Config
Initial commit (users and statuses)
2022-11-05 13:17:27 -07:00
def
config_context
(
request
)
:
Rework to a domains model for better vhosting
2022-11-06 12:48:04 -08:00
return
{
Start some settings work
2022-11-12 21:10:06 -08:00
"
config
"
:
Config
.
load
(
)
,
Rework to a domains model for better vhosting
2022-11-06 12:48:04 -08:00
}