mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 04:56:45 +00:00
6 lines
104 B
Python
6 lines
104 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CustomerOrdersConfig(AppConfig):
|
|
name = 'customer_orders'
|