﻿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
16631	Logic in check_settings() in staticfiles app when no base_file is given is wrong	Andi Albrecht	nobody	"""manage.py runserver"" fails even when STATIC_URL is configured in settings.py with the following exception:

{{{
Traceback (most recent call last):
File ""/home/andi/devel/dlgi/django/core/management/commands/runserver.py"", line 110, in inner_run
handler = self.get_handler(*args, **options)
File ""/home/andi/devel/dlgi/django/contrib/staticfiles/management/commands/runserver.py"", line 26, in get_handler
handler = StaticFilesHandler(handler)
File ""/home/andi/devel/dlgi/django/contrib/staticfiles/handlers.py"", line 21, in init
self.base_url = urlparse(self.get_base_url())
File ""/home/andi/devel/dlgi/django/contrib/staticfiles/handlers.py"", line 28, in get_base_url
utils.check_settings()
File ""/home/andi/devel/dlgi/django/contrib/staticfiles/utils.py"", line 49, in check_settings
""You're using the staticfiles app ""
django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the required STATIC_URL setting.
}}}
"	Bug	closed	contrib.staticfiles	dev	Normal	fixed			Unreviewed	0	0	0	0	0	0
