﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
17807	LiveServerThread requires staticfiles	joel@…	nobody	"I've found a bug in LiveServerThread (added as part of #2879). To reproduce:

 * Have a Django app with staticfiles disabled, and no STATIC_URL setting
 * Write a test case that uses LiveServerTestCase, such as the following:
{{{
class SomeTestCase(django.test.LiveServerTestCase):
    def test(self):
        pass
}}}
 * Run the test

Instead of passing, the test fails during the SetUpClass stage. The error given is as follows:

{{{ImproperlyConfigured: You're using the staticfiles app without having set the required STATIC_URL setting.}}}"	Bug	closed	Testing framework	1.4-alpha-1	Normal	invalid			Unreviewed	0	0	0	0	0	0
