[Answer]-Setting up Django app on a shared hosting server

1👍

You should take a look at this :

In this section of django documentation they explain the how to 🙂

Running Django on a Shared-Hosting Provider with Apache
Many shared-hosting providers don’t allow you to run your own server daemons or edit the httpd.conf file. In these cases, it’s still possible to run Django using Web server-spawned processes.

have a nice day 🙂

👤ucefkh

0👍

Do you have the dispatch.wsgi on the specific path? it should be somewhere like the public folder that serves your static files, like /public_html or /www.

I have used shared hosting for django from a small orange. I got mine working by following this tutorial of theirs, maybe working for you too.

👤Yulong

Leave a comment