django-urlmiddleware
django-urlmiddleware copied to clipboard
This app allows you to define middleware in your Django project based on url configurations rather than adding middleware globally to every single request.
Results
1
django-urlmiddleware issues
Sort by
recently updated
recently updated
newest added
Hi @d0ugal, I coded an attempt to django 1.9 compatibility. Can you review it ? the memoize function was removed in 1.9 and django advise to use lru_cache instead. Please...