mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-08 06:14:47 +03:00
Remove code style issue
This commit is contained in:
parent
7ece633831
commit
0ab1aeb9ab
|
@ -15,7 +15,7 @@ def pytest_configure():
|
||||||
USE_L10N=True,
|
USE_L10N=True,
|
||||||
STATIC_URL='/static/',
|
STATIC_URL='/static/',
|
||||||
ROOT_URLCONF='tests.urls',
|
ROOT_URLCONF='tests.urls',
|
||||||
TEMPLATES = [
|
TEMPLATES=[
|
||||||
{
|
{
|
||||||
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
||||||
'APP_DIRS': True,
|
'APP_DIRS': True,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user