SuperCh-SE-NCSU / ProjectScraping

web-crawling in Python
6 stars 6 forks source link

We need use PostgreSQL database on Heroku #28

Closed Winbobob closed 9 years ago

Winbobob commented 9 years ago

Because Heroku is a Read-only Filesystem. https://devcenter.heroku.com/articles/read-only-filesystem

Winbobob commented 9 years ago

PostgreSQL works good locally, but cannot deploy successfully on Heroku. Error: "ImportError: No module named psycopg2" But I have already update requirements.txt

Winbobob commented 9 years ago

It's OK now! I think it is the reqirements.txt file that have errors.