This commit is contained in:
behruz-dev
2025-11-24 16:03:31 +05:00
parent f62b585e14
commit d356e5321a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
from .rest_framework import *
from .simple_jwt import *
from .corsheaders import *
from .corsheaders import *
from .simple_jwt import *

View File

@@ -114,4 +114,4 @@ SECURE_PROXY_SSL_HEADER = (
env.str("SWAGGER_PROTOCOL", "https"),
)
import config.conf
from config.conf import *