I had the opportunity to get the file path of an uploaded file using Django’s ModelForm, so I am making a note of it.
Assume the following model.
With the above, the path could be accessed using the following views.
This may be basic, but I hope you find it helpful.