Hello. Thank you for your pations
Cant resolve
I've done this:
Then created Web with Manual picking python3.10
Then configured wsgi file. Didn't delete anything. Just uncoment Django path
On my local mashine im using Python3.11
Hello. Thank you for your pations
Cant resolve
I've done this:
Then created Web with Manual picking python3.10
Then configured wsgi file. Didn't delete anything. Just uncoment Django path
On my local mashine im using Python3.11
It looks like the image link you tried to put into your post is broken; perhaps you could just try posting the URL to the image?
I was missclicking, sry
What is the path to your django settings file?
/home/orakio/ResumeRepo/Arsenal
Then you need to change the "mysite" in your DJANGO_SETTINGS_MODULE to match that.
Thank you. Its all working now.
Replaced mysite.settings on My-django-project.settings
Glad it works now!
i have error like ModuleNotFoundError: No module named 'mysite'
Did you follow https://help.pythonanywhere.com/pages/DebuggingImportError/ ?