Added signal for traveller updates

Added contact emails to family inline
This commit is contained in:
st01765
2026-03-10 14:44:28 +11:00
parent 8640d178bf
commit 4f5842f21f
4 changed files with 73 additions and 28 deletions
+3
View File
@@ -4,3 +4,6 @@ from django.apps import AppConfig
class TravellerConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'traveller'
def ready(self):
import traveller.signals