adjust signal

This commit is contained in:
2021-10-24 10:58:55 +02:00
parent eaccacf453
commit 93903e23fb
3 changed files with 14 additions and 0 deletions

View File

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