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