Adds ip block middleware

This commit is contained in:
Mouse Reeve
2021-09-17 11:43:47 -07:00
parent 252fff8bfe
commit 16854a52bc
3 changed files with 19 additions and 0 deletions

View File

@ -1 +1,3 @@
""" look at all this nice middleware! """
from timezone_middleware import TimezoneMiddleware
from ip_middleware import IPBlocklistMiddleware