Tagged Questions
2
votes
3answers
3k views
Could not import/No module named Django Error with Apache
I had a small proof of concept set up on a development server on a local machine. I'm now trying to move it over to django on a production server, which I'm using webfaction for. However, now that ...
0
votes
0answers
46 views
Ajax requests taking abnormally long with ajaxq and Django
We have a website where the user has to enter bets into a series of textboxes on the page. As soon as a given textbox loses focus, the server is updated via ajax. In fact, we use ajaxq to avoid making ...