womenhackfornonprofits/fashion-revolution

Database Restrictions [Django]

Closed this issue · 2 comments

  • Database must be Postgresql because of Heroku
  • Max image urls we can store for free is 10k, so let's only store the latest 10k. Delete the older ones.

DB is set to be Postgress in this PR