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

31 May ‘14

Managed to link my Report Bug button to a new page. Created a PostgreSQL database and did a syncdb with website folder Investigated django directory structure. Thinking of the possibility to make this into a new app, like website,... Continue →