1 June ‘14

Skay told me that a Django-based form would be preferable to an HTML one, so today I’m going to make the form properly, in Django.

Done with the form but I’m facing a weird error: ´A server error occurred. Please contact the administrator´ on accessing some specific URLs in the project site. Like this. No idea what’s going on.

The complete stack trace from doing the make serve can be found here.
My code can be found here.

PS: I’ll be a little less available over the next few days because of exam on Wednesday and Friday.

 
0
Kudos
 
0
Kudos

Now read this

8 June ‘14

I implemented location detection in my app today using pygeoip. I detected user network bandwidth by downloading an image at a URL using JS and timing it. This method gives network speed fairly close to as measured by other online... Continue →