Hello,
I'm trying to convert my Django (v5.0.7, python version 3.12.7) project to work on my Morty account (specifically my testing domain papasenpai.heliohost.us), however I cant seem to get it working. I apologize in advance for my lack of knowledge of the subject.
I have followed the Django tutorial https://wiki.helionet.org/Converting_an_Existing_Django_App#Converting_an_Existing_Django_App_to_work_on_HelioHost, and I still get this error:
Here is my directory structure:
Here is my .htaccess:
Finally here is my dispatch.wsgi:
Thank you,
Troy