mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-07 07:58:53 -05:00
6 lines
89 B
Python
6 lines
89 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ActionsConfig(AppConfig):
|
|
name = "actions"
|