Do I have to name the view as 'send_private_file' ? I get the following error django.urls.exceptions.NoReverseMatch: Reverse for 'serve_private_file' not found. 'serve_private_file' is not a valid view function or pattern name.
Do I have to name the view as 'send_private_file' ?
I get the following error
django.urls.exceptions.NoReverseMatch: Reverse for 'serve_private_file' not found. 'serve_private_file' is not a valid view function or pattern name.