Blog article with more description here: https://www.gerneth.info/2016/12/11/project-3-facemash-clone/
Setup the environment:
python setup.py
source venv/bin/activate
fill it with data!
-
add some pictures to the folder
static/face
in formatname1_name2.jpg
and run -
use the migration tool to add these images to the database:
python server.py runserver python Tools/db_create_helper.py
run the server
python server.py runserver