mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-17 03:51:03 +03:00
Update test settings for 1.2
This commit is contained in:
parent
b2fcfffb3b
commit
7886fa2b16
|
@ -97,6 +97,8 @@ INSTALLED_APPS = (
|
||||||
'djangorestframework',
|
'djangorestframework',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
STATIC_URL = '/static/'
|
||||||
|
|
||||||
import django
|
import django
|
||||||
|
|
||||||
if django.VERSION < (1, 3):
|
if django.VERSION < (1, 3):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user