snapshot: preserve role management and user lifecycle controls
This commit is contained in:
@@ -4,3 +4,6 @@ from django.apps import AppConfig
|
||||
class WorkflowsConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'workflows'
|
||||
|
||||
def ready(self):
|
||||
from . import signals # noqa: F401
|
||||
|
||||
Reference in New Issue
Block a user