InvenTree/InvenTree/order/apps.py

9 lines
169 B
Python

"""Config for the 'order' app"""
from django.apps import AppConfig
class OrderConfig(AppConfig):
"""Configuration class for the 'order' app"""
name = 'order'