Re: no module in error log django-1.3.7

2014-10-23 Thread Collin Anderson
Hello, I think you have 3 options: 1. Migrate to the new (django 1.5+) project layout like this: projectname --manage.py --projectname --__init__.py --settings.py --urls.py --appname --__init__.py --admin.py --forms.py

no module in error log django-1.3.7

2014-10-22 Thread Kakar Nyori
Hello, I am trying to run a python app in pythonanywhere.com. If I run the project through the bash it runs without any error. But when I see it in the browser with the name like myproject.pythonanywhere.com, it display "something went wrong". And when I check in the error log, it show me this: