Final Project README -Vladimir Kozyrev -vkozyrev -1120425 About: A program that helps visualize facebook friends data How to run: ...This might be a problem on the school servers. First you need to download and install Django from the Django website. After that you need to install the Python Facebook SDK. Then modify the values that are relative to the filesystem in the settings.py file to reflect your filesystem. Once that is done go into the main project folder and run "python manage.py runserver" Then in a web browser go to "http://localhost:8000" This will take you to the webapp. If you want to see the admin interface go to http://localhost:8000/admin/ and login with user: vkozyrev pass: vkozyrev I did put the program on my online server, but it took to much memory with the downloading of the large dataset. Please note though that downloading the data from my server takes a lot longer than doing it from the local machine (and sometimes crashses the apache server for some reason). If nothing works, simply contact me at kozyrevvladimir@gmail.com and I will come in to do a presentatino on my machine.