feat(logs): add workspace activity log api
This commit is contained in:
8
apps/logs/apps.py
Normal file
8
apps/logs/apps.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class LogsConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "apps.logs"
|
||||
verbose_name = "Workspace Logs"
|
||||
|
||||
Reference in New Issue
Block a user