- [Admin note] see our wiki page about using specific versions of Django inside virtualenvs
Hello everyone,
I made a web poll with django 1.4 and sqlite3 and it worked as long as i tested it on localhost. Now that I want to host it on PA I come across so many bugs and errors. Although I managed to solve lots of them the app is still not working properly and I dont know what to do anymore.
For example: I can't reach my index.html anymore. I can reach myname.pythonanywhere.com/polls/1/ but whenever I try to reach index, It wont work. Then the voting tries to reach the wrong page instead of going to the next question. Also the results which were supposed to be written into a text file arent saved properly anymore. I dont understand what happened, as it worked perfectly fine on my computer.
As you can see I am near desperate already, so if you had some hints for me, I would be very grateful.
:)