initial commit

This commit is contained in:
behruz-dev
2025-08-28 13:05:11 +05:00
commit 8ac8fd8787
58 changed files with 783 additions and 0 deletions

6
config/conf/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
from .rest_framework import *
from .cors import *
from .jwt import *
from .logs import *
from .swagger import *
from .redis import *