As of django 1.6 models.py files are not needed and you can use an [AppConfig.ready()](https://docs.djangoproject.com/en/1.8/ref/applications/#django.apps.AppConfig.ready) to do explicit setup.
As of django 1.6 models.py files are not needed and you can use an AppConfig.ready() to do explicit setup.