mirror of
https://github.com/inventree/InvenTree
synced 2025-07-25 12:54:23 +00:00
10 lines
170 B
Python
10 lines
170 B
Python
"""Config for the 'order' app"""
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class OrderConfig(AppConfig):
|
|
"""Configuration class for the 'order' app"""
|
|
|
|
name = 'order'
|