After many successful reloads I now get "There was a problem. If this keeps happening, please send us feedback."
I examined the logs. Nothing.
All I did was a minor edit in a urls.py file.
What is wrong and how do I fix it?
After many successful reloads I now get "There was a problem. If this keeps happening, please send us feedback."
I examined the logs. Nothing.
All I did was a minor edit in a urls.py file.
What is wrong and how do I fix it?
Now I get "There is a problem with your virtualenv setup. Look at the virtualenv section below for details." That says : "This virtualenv seems to have the wrong Python version (2.7 instead of 3.4)."
That message has always been there. I purposely set the eivtualenv to python2.7 and there has not been any problem until now;
Your web app is set up for Python 3.4 (it's what you chose when you created it) and your virtualenv is for Python 2.7. I doubt that your web app would have been able to start up when the virtualenv and the web app disagree on the Python version.