Added signal for traveller updates
Added contact emails to family inline
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user