1
0
mirror of https://github.com/mediacms-io/mediacms.git synced 2025-03-31 03:18:27 +02:00
mediacms/files/apps.py
2020-12-15 23:33:43 +02:00

6 lines
85 B
Python

from django.apps import AppConfig
class FilesConfig(AppConfig):
name = "files"