Files
@ 89f11587b2dc
Branch filter:
Location: kallithea/kallithea/config/middleware/simplegit.py
89f11587b2dc
3.2 KiB
text/x-python
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.