To start with, we'd like the simplest possible Django app that:
- lets a user upload an arbitrary file to the server
- saves that file on the server
- lets a user search for files by name
- lets a user download a file once found in the search.
That's it! The less window dressing, the better for now.