Attempt at making bulk deletion clear out handlers, to remove the problem of orphaned Attributes.

This commit is contained in:
Tehom 2017-02-03 12:58:00 -05:00 committed by Griatch
parent 02a4ac5231
commit b67faf45d9
6 changed files with 42 additions and 5 deletions

View file

@ -0,0 +1,10 @@
from __future__ import unicode_literals
from django.apps import AppConfig
class TypeclassesConfig(AppConfig):
name = 'typeclasses'
def ready(self):
from . import signals