Finish your web application. Include whatever features you feel are appropriate to the application and completable by the deadline.
Put all of your files in a directory called webapp3, and call your main page index.py. Your main page should give access to your project's features, and should also include a link to your readme file (see next item).
Include in your webapp3 directory a readme.html file, and include a link to the readme somewhere on your main page. The readme file should contain:
If you wrote programs to do data importation (e.g. conversion from a tab-delimited file to PostgreSQL or something like that) or any other task not actually in the web application itself, include your source files in your webapp3 directory.
Put your CREATE TABLE statements in a file called webapp3/tables.sql. Put a link to this file in your readme.html.
Every source file should include its authors' names and a brief description of the purpose of the file in a comment at the top of the file.
I'll be using this rubric to grade your project.
Have fun!