mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-08-15 23:39:03 +00:00
MediaCMS backend, initial commit
This commit is contained in:
6
uploader/apps.py
Normal file
6
uploader/apps.py
Normal file
@ -0,0 +1,6 @@
|
||||
# -*- coding: utf-8
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class UploaderConfig(AppConfig):
|
||||
name = "uploader"
|
Reference in New Issue
Block a user