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


class ImageConfig(AppConfig):
5
    name = "image"