`genes/models.py` is copied from `django-genes` and converted to Python 3 by `2to3` command. @mhuyck raised some good questions when reviewing the PR #1: https://github.com/greenelab/py3-adage-backend/pull/1/files#diff-c72e57d6973b30333ee5ea17efb052ac The other issues for the migration includes: - Migrate `genes/tests.py` to Python 3 - Migrate management commands in `django-genes` to Python 3 - `genes/api.py`