mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +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
|
||||
CORS_URLS_REGEX = {
|
||||
r'^/api.*$',
|
||||
r"^/api.*$",
|
||||
}
|
||||
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user