personal FaceMash clone
Can be run locally (on port 80, by default) using the following command:
sudo python runserver.py
Other ports usually don't require sudo access.
Run python generate-data.py
to fill the database, then python runserver.py
.