This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
takahe
Watch
1
Star
1
Fork
You've already forked takahe
0
mirror of
https://github.com/jointakahe/takahe.git
synced
2024-11-22 15:21:01 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5a8b6bb3d0
takahe
/
core
/
context.py
8 lines
114 B
Python
Raw
Normal View
History
Unescape
Escape
Start some settings work
2022-11-13 05:10:06 +00:00
from
core
.
config
import
Config
Initial commit (users and statuses)
2022-11-05 20:17:27 +00:00
def
config_context
(
request
)
:
Rework to a domains model for better vhosting
2022-11-06 20:48:04 +00:00
return
{
Start some settings work
2022-11-13 05:10:06 +00:00
"
config
"
:
Config
.
load
(
)
,
Rework to a domains model for better vhosting
2022-11-06 20:48:04 +00:00
}
Reference in a new issue
Copy permalink