initial commit
This commit is contained in:
10
apps/workspaces/apps.py
Normal file
10
apps/workspaces/apps.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class WorkspacesConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "apps.workspaces"
|
||||
verbose_name = "Workspaces"
|
||||
|
||||
def ready(self) -> None:
|
||||
from apps.workspaces import signals
|
||||
Reference in New Issue
Block a user