apps.py 87 Bytes
from django.apps import AppConfig


class OrdersConfig(AppConfig):
    name = 'orders'