I am learning Django and have been trying to follow the tutorial here: https://www.youtube.com/watch?v=Sa_kQheCnds&list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p&index=14 This is a Python Django application which should run on Apache engine on Ubuntu on a Linode Server.
However I can't get the production to work. When I was on the step of running the app on Django server via 0.0.0.0:8000 port it worked, when I got to the point where according to video everything should work, via HTTP 80 port, it gives me 403 error saying "You don't have permission to access this resource"
I have looked through some similar posts, but they have not helped to solve my problem or I did not understand how should I apply the solution.
How can I check what causes this problem? What parts of code can I provide to help to solve it?