mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-19 05:19:42 -05:00
MediaCMS backend, initial commit
This commit is contained in:
5
actions/apps.py
Normal file
5
actions/apps.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ActionsConfig(AppConfig):
|
||||
name = "actions"
|
||||
Reference in New Issue
Block a user