mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-03-08 06:04:54 -04:00
7 lines
111 B
Python
7 lines
111 B
Python
# -*- coding: utf-8
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class UploaderConfig(AppConfig):
|
|
name = "uploader"
|