The comeback
This commit is contained in:
10
core/apps.py
10
core/apps.py
@ -2,13 +2,7 @@ from django.apps import AppConfig
|
||||
|
||||
|
||||
class CoreConfig(AppConfig):
|
||||
"""Core app configuration."""
|
||||
|
||||
default_auto_field: str = "django.db.models.BigAutoField"
|
||||
name = "core"
|
||||
|
||||
@staticmethod
|
||||
def ready() -> None:
|
||||
"""Ready runs on app startup.
|
||||
|
||||
We import signals here so that they are registered when the app starts.
|
||||
"""
|
||||
import core.signals # noqa: F401, PLC0415
|
||||
|
Reference in New Issue
Block a user