Repository URL to install this package:
from __future__ import absolute_import from django.db import models class MyTestModel(models.Model): pass