Untitled

Anonymous
plain_text
01/28/2025 9:23 AM
256 B
11
Indexable
from .default import *
from rest_framework import permissions

# DEBUG=True

VUEJS_CACHE = False

ALLOWED_HOSTS = ['*']
NO_SEND_EMAIL = True

SWAGGER_PERMISSION = permissions.IsAuthenticated
Editor is loading...
Leave a Comment