Changeset - 89f11587b2dc
default
8
1
8
Grafted from: 072efc5acc42
config: move WSGI middleware apps from lib to config
These middlewares are full WSGI applications - that is not so lib-ish. The
middleware is referenced from the application in config - that seems like a
good place for them to live.
These middlewares are full WSGI applications - that is not so lib-ish. The
middleware is referenced from the application in config - that seems like a
good place for them to live.
9 files changed with 6 insertions and 6 deletions:
0 comments (0 inline, 0 general)
file renamed from kallithea/lib/middleware/__init__.py to kallithea/config/middleware/__init__.py |
||
file renamed from kallithea/lib/middleware/appenlight.py to kallithea/config/middleware/appenlight.py |
||
file renamed from kallithea/lib/middleware/https_fixup.py to kallithea/config/middleware/https_fixup.py |
||
file renamed from kallithea/lib/middleware/permanent_repo_url.py to kallithea/config/middleware/permanent_repo_url.py |
||
file renamed from kallithea/lib/middleware/pygrack.py to kallithea/config/middleware/pygrack.py |
||
file renamed from kallithea/lib/middleware/simplehg.py to kallithea/config/middleware/simplehg.py |
||
0 comments (0 inline, 0 general)