kopia lustrzana https://github.com/mediacms-io/mediacms
7 wiersze
111 B
Python
7 wiersze
111 B
Python
|
# -*- coding: utf-8
|
||
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class UploaderConfig(AppConfig):
|
||
|
name = "uploader"
|