Hi There
I have been struggling for sometime now to get my django app online, I have played around with my config file and all i get is "Oops something has gone wrong with an Error code: Unhandled Exception"
I successfully activate my environment, zero errors it ran the default hello world message, but the minute I start configuring the custom WSGI part or the Django part in the config file nothing works and the editor does not provide me with any errors such that I know whats wrong.
After each change to the config I did reload
Here is my directory/
--home/myusername/
-- projectfolder/
-- env/
-- templates/
-- src/
-- manage.py
-- myrpoject/
-- __init__.py
-- settings.py
-- wsgi.py
Any help would be greatly appreciated!