==================
- Switched `User.password` field to use the `LargeBinary` type instead of the
`BINARY` type. The latter is database-specific and doesn't work with
Postgres.
- Revamped the `Entry.GET()` method. In particular, check if the passed ID
looks like an integer before doing PK lookup.
- Added Bootstrap and jQuery files to repo for now.