Skip to content
Snippets Groups Projects
apps.py 87 B
Newer Older
from django.apps import AppConfig


class ImagesConfig(AppConfig):
    name = 'images'