Fix style error with quotes

This commit is contained in:
Aadith PM 2020-07-18 20:37:03 -05:00
parent eafe74262a
commit 20986bafb7

View File

@ -328,7 +328,7 @@ REST_FRAMEWORK = {
# django-cors-headers - https://github.com/adamchainz/django-cors-headers#setup
CORS_URLS_REGEX = {
r'^/api.*$',
r"^/api.*$",
}
{%- endif %}