feat: admin panel enrichment
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ProjectsConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "apps.projects"
|
||||
label = "projects"
|
||||
|
||||
def ready(self):
|
||||
from . import signals # noqa: F401
|
||||
Reference in New Issue
Block a user