add: add logging

This commit is contained in:
behruz-dev
2025-08-26 15:08:16 +05:00
parent 9dc07cb500
commit 5a9ec2674a
2 changed files with 43 additions and 1 deletions

View File

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