adjust signal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user