Forums

Can't get my application (Django 1.6.5) go live

Have uploaded my application to /home/bantam. Its working fine on my local server with python manage.py runserver <local-ip> Using python 2.7.8 and Django 1.6.5 (which i pip'd into myvirtualenv) The access log shows that your server received a request. The error log shows some old errors which i have fixed days ago. The server log does not indicate anything wrong - as far as i can read it. What is going wrong going live and where can I get an error message? Thanks for your Help Franz (fbeck@intekom.co.za)

Hmmm, I just checked out your web app and it looks OK -- did you work out what was going wrong?

No. Followed Help pages. Found one mistake - the M$ type path separator - now corrected. Fixed sys.path.appends. And still .nothing. Thanks a lot for your time.

So it's still nor working? What's the specific problem that you're seeing? When I go to http://bantam.pythonanywhere.com/ it looks fine.