mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-17 03:51:02 +03:00
Fix style error with quotes
This commit is contained in:
parent
eafe74262a
commit
20986bafb7
|
@ -328,7 +328,7 @@ REST_FRAMEWORK = {
|
||||||
|
|
||||||
# django-cors-headers - https://github.com/adamchainz/django-cors-headers#setup
|
# django-cors-headers - https://github.com/adamchainz/django-cors-headers#setup
|
||||||
CORS_URLS_REGEX = {
|
CORS_URLS_REGEX = {
|
||||||
r'^/api.*$',
|
r"^/api.*$",
|
||||||
}
|
}
|
||||||
|
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user