Forums

Django 1.8 on virtualenv allways shows Coming Soon Page

We have set up a virtualenv Pip Installed Django 1.8 Pip Installed Python 3.4.3 Started a project called Nucleo from a bash console on myvirtualenv In the Web tab, manually configured a new webapp and set the path to the virtualenv /home/developerslabs/.virtualenvs/myvirtualenv/

In the /var/www/developerslabs_pythonanywhere_com_wsgi.py we left the default as is.

When accessing http://www.developerslabs.pythonanywhere.com/ we get the Coming Soon page, not the HelloWorld.

Any ideas as to what we may be doing wrong? Feel free to inspect our files.

Hi there-

I see that you get the hello world page now. Did you sort everything out?

Yeah, I was writing http://www.developerslabs.pythonanywhere.com/ with the www it renders the Coming Soon Page When I wrote http://developerslabs.pythonanywhere.com/ with no www it showed Hello World correctly.

Thanks for the reply, it made me check the comments in the wsgi and find the correct URL.