I am trying to create a web app with a list of video files which a user may watch but can't download. Is there a way to realize this with digital ocean means?
As I was following through the tutorial on this subject https://www.digitalocean.com/community/tutorials/how-to-install-the-django-web-framework-on-ubuntu-18-04
I successfully deployed my django application with postg...
I have successfully deployed django project in complete accordance with your tutorial "How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 18.04."
The site works fine but it does not display changes I m...