apps.py 91 Bytes
from django.apps import AppConfig


class ProductsConfig(AppConfig):
    name = 'products'