smartfile / django-transfer

A django application that provides file download methods.
MIT License
57 stars 15 forks source link

Add path whitelist and blacklist. #14

Open btimby opened 4 years ago

btimby commented 4 years ago

Provide a means to limit which views are preprocessed by django-transfer. Possibly use regex for path matching or view names, Today one can limit only by HTTP method or globally.