Kaydet (Commit) a85e8421 authored tarafından Tim Graham's avatar Tim Graham

Refs #21221 -- Prevented {% static %} tests from using contrib.staticfiles.

üst 12c1d6fe
......@@ -5,7 +5,7 @@ from django.utils.six.moves.urllib.parse import urljoin
from ..utils import setup
@override_settings(MEDIA_URL="/media/", STATIC_URL="/static/")
@override_settings(INSTALLED_APPS=[], MEDIA_URL='/media/', STATIC_URL='/static/')
class StaticTagTests(SimpleTestCase):
libraries = {'static': 'django.templatetags.static'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment