Hi I just want to ask if I can display or upload a video clip in my app without configuring my settings or using STATIC_url?
Yes. It is possible to store files in the database itself. That would avoid the need to configure static or media files. It’s generally a bad idea, but it can be done. See the note in the docs for BinaryField.
1 Like
Thank you KenWhitesell