[Answer]-Using python models in Django Models

1👍

Make sure that:

  1. pip install djorm-ext-pgarray is executed from within your virtual env
  2. pip freeze > requirements.txt updates your file properly
  3. the changes to requirements.txt are committed to git and properly pushed to Heroku

Leave a comment