Delete Stale Edges when removing a Node from a Pathway (#41)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#41
This commit is contained in:
2025-07-31 07:50:50 +12:00
parent a1aebfa54d
commit c9d6d8b024
4 changed files with 38 additions and 9 deletions

View File

@ -4,3 +4,6 @@ from django.apps import AppConfig
class EPDBConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'epdb'
def ready(self):
import epdb.signals # noqa: F401