Update test settings for 1.2

This commit is contained in:
Tom Christie 2012-02-01 20:24:45 +00:00
parent b2fcfffb3b
commit 7886fa2b16

View File

@ -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):