mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-21 15:53:21 +01:00
7 lines
111 B
Python
7 lines
111 B
Python
# -*- coding: utf-8
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class UploaderConfig(AppConfig):
|
|
name = "uploader"
|