I\'m trying make online a project but there is an error i can\'t solve myself. I already installed django but the server give me this error. Virtualenv is also active.
<
Did you follow the instruction on how to edit your wsgi? From the help page:
Edit your WSGI file
One thing that's important here: your Django project (if you're using a recent version of Django) will have a file inside it called wsgi.py. This is not the one you need to change to set things up on PythonAnywhere -- the system here ignores that file.
Instead, the WSGI file to change is the one that has a link inside the "Code" section of the Web tab -- it will have a name something like /var/www/yourusername_pythonanywhere_com_wsgi.py or /var/www/www_yourdomain_com_wsgi.py.