Attempt at making bulk deletion clear out handlers, to remove the problem of orphaned Attributes.
This commit is contained in:
parent
02a4ac5231
commit
b67faf45d9
6 changed files with 42 additions and 5 deletions
10
evennia/typeclasses/apps.py
Normal file
10
evennia/typeclasses/apps.py
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue