Skip to content

Veryyes/harambe-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hearts for Harambe

Our submission for MLH's 2016 Local Hack Day

#Dependencies Make sure You have:

  • Python
  • Webpy
  • MySQL
  • MySQL-python

#Setup

  • For allowing python to log into the mysql database, create a file called "mysql_login" and inside write the username, password,and database on their own lines

-For example is should look something like this: username\npassword\ndatabase

#Logging Data

  • Name your log file "logs" it is already git ignored