This website requires JavaScript.
Explore
Help
Sign In
LibertaCasa
/
takahe
Archived
Watch
9
Star
0
Fork
0
You've already forked takahe
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2023-09-24
. You can view files and clone it, but cannot push or open issues or pull requests.
495e955378
takahe
/
core
/
context.py
8 lines
114 B
Python
Raw
Normal View
History
Unescape
Escape
Start some settings work
2022-11-13 06:10:06 +01:00
from
core
.
config
import
Config
Initial commit (users and statuses)
2022-11-05 21:17:27 +01:00
def
config_context
(
request
)
:
Rework to a domains model for better vhosting
2022-11-06 21:48:04 +01:00
return
{
Start some settings work
2022-11-13 06:10:06 +01:00
"
config
"
:
Config
.
load
(
)
,
Rework to a domains model for better vhosting
2022-11-06 21:48:04 +01:00
}
Reference in New Issue
Copy Permalink