Django static files not working on cpanel
my settings.py static settings are
Admin page not found (404) in Django project?
I’m using a shared hosting with cPanel but without Terminal access. It was hard to find tutorial for this situation. After struggling to make it work. The website shows the home page at : https://mywebsite.com but not found (404) for the url: https://mywebsite.com/admin or https://mywebsite.com/admin/
passenger_wsgi.py not responding while deploying django project on cpanel
I am trying to deploy my django project on cpanel for the first time. The problem I am dealing with is that when I create a python app in cpanel, the passenger_wsgi.py file is created but does not run as expected.