Error code: Unhandled Exception (Identation error)

27 Views Asked by At

Claro, a tradução para o inglês seria:

"I can't make sense of this set of errors. It's not making any sense in my head."

Image of the error message provided by the server

Image of the error in the log file

wsgi code

# +++++++++++ DJANGO +++++++++++
# To use your own Django app use code like this:
import os
import sys
# assuming your Django settings file is at '/home/horaciobarret1/project/project/settings.py'
path = '/home/horaciobarret1/project/'
if path not in sys.path:
    sys.path.insert(0, path)
os.environ['DJANGO_SETTINGS_MODULE'] = 'project.settings'

I would like my link to work normally on the server

0

There are 0 best solutions below