2026-05-20 02:35:48 +00:00

6 lines
92 B
Python

from django.apps import AppConfig
class OrdersConfig(AppConfig):
name = 'orders'