moviewyrm/bookwyrm/middleware/__init__.py

4 lines
143 B
Python
Raw Normal View History

2021-09-17 18:43:47 +00:00
""" look at all this nice middleware! """
2021-09-17 18:57:28 +00:00
from .timezone_middleware import TimezoneMiddleware
from .ip_middleware import IPBlocklistMiddleware