This commit is contained in:
behruz-dev
2025-08-23 17:56:07 +05:00
parent c60b3fd5af
commit 261c811ce6
6 changed files with 35 additions and 12 deletions

View File

@@ -6,4 +6,5 @@ class OrdersConfig(AppConfig):
name = 'core.apps.orders'
def ready(self):
from . import admin
from . import admin
from . import signals