mathcolo / mbtapuller

Train stuff
MIT License
2 stars 0 forks source link

Better environment for testing/dev: pymysql and API_KEY from environment #53

Closed mathcolo closed 7 years ago

mathcolo commented 7 years ago

MySQLdb requires MySQL client libs to be installed, so local development that is using a remote MySQL server becomes an absolute pain. Using pymysql solves this!

tinzerillo commented 7 years ago

very cool! :+1: