carom-server/billard/apps.py

10 lines
205 B
Python
Raw Normal View History

2017-01-03 19:26:51 +01:00
from django.apps import AppConfig
class BillardConfig(AppConfig):
2021-10-24 10:33:26 +02:00
default_auto_field = 'django.db.models.BigAutoField'
2017-01-03 19:26:51 +01:00
name = 'billard'
2021-10-24 10:58:55 +02:00
def ready(self):
import billard.signals #noqa