(add, done): add email smtp service and auth service done!

This commit is contained in:
behruz-dev
2025-08-26 11:20:41 +05:00
parent 8feea731b9
commit b46b9975ba
13 changed files with 199 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
from .rest_framework import *
from .jwt import *
from .jazzmin import *
from .cache import *
from .cache import *
from .celery import *