apps.py 89 Bytes
Newer Older
1 2 3 4
from django.apps import AppConfig


class StorageConfig(AppConfig):
5
    name = "storage"