I would like to run the server, but I am getting errors right off the bat - having to do with the database. What I'm getting right now is:
DatabaseError at /login
no such table: tracks_instrument
I'm using sqlite3 and I have created the database file (and it is read/writeable, so that's not the problem)