add: add login api

This commit is contained in:
behruz-dev
2025-09-03 16:21:18 +05:00
parent d3f90223bc
commit c040d6f4c6
9 changed files with 89 additions and 5 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