I need to perform some fairly simple tasks after my Django environment has been \"fully loaded\".
More specifically I need to do things like Signal.disconnect(
Signal.disconnect(
In Django 1.7 Apps can implement the ready() method: https://docs.djangoproject.com/en/dev/ref/applications/#django.apps.AppConfig.ready