Closed wangsix closed 6 years ago
I think this should be a plat-form (OSX) specific problem. In order to run create_db.py on my local machine, I had to add these line in utilities.py
import crypto import sys sys.modules['Crypto'] = crypto
But I don`t think I had to do that when deploy it onto heroku.
I think this should be a plat-form (OSX) specific problem. In order to run create_db.py on my local machine, I had to add these line in utilities.py
But I don`t think I had to do that when deploy it onto heroku.