Move test models into models.py and add migrations

Tests were failing on postgres due to foreign keys pointing to missing
tables.
In order for these tables to be present, we need migrations which
declare depending on `content_type`.
This commit is contained in:
Hugo Osvaldo Barrera
2017-09-06 18:51:29 -03:00
parent a5e0238f49
commit a507345c6d
5 changed files with 1425 additions and 416 deletions
File diff suppressed because it is too large Load Diff