Thursday, November 21, 2013

Changes 11/21/13 Part 1

Math Drill:

  • Fixed the list of deletions not checking against the right string
  • Used '<br>'.join(debuglist) to easily print the list of students in html form, this is a pretty useful python function
  • Checking the delete box now removes that student from the students[] list, but not the text file (yet)
  • Got a lot of "internal server error" without a stack trace or anything, so that took a while to fix.  I still don't know what was causing that
  • Added a textarea for entering additional students

1 comment:

  1. You'll need to figure out how to turn debugging on. You wouldn't want a production web app to be spewing error messages. The user should never see them. So since developers need to see them, you usually have to explicitly turn on debugging messages when you are developing.

    ReplyDelete