Untitled

 avatar
unknown
plain_text
a month ago
191 B
2
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