﻿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
22390	Document restart required after adding statics directory: tutorial part 06	anonymous	nobody	"The intro tutorial on the Polls app:

https://docs.djangoproject.com/en/1.6/intro/tutorial06/#customize-your-app-s-look-and-feel

describes setting up a static folder. It is completely correct, but doesn't mention that a restart of the server is required to pick up the newly created statics folder.

Where it says:

    That’s all you need to do for development. Reload http://localhost:8000/polls/ and you  should see that the poll links are green (Django style!) which means that your stylesheet was properly loaded.

It would be clearer to say:

   That’s all you need to do for development. //Restart the server with **python manage.py runserver**//, then reload http://localhost:8000/polls/ and you should see that the poll links are green (Django style!) which means that your stylesheet was properly loaded."	Cleanup/optimization	closed	Documentation	2.1	Normal	fixed	docs tutorial static		Accepted	1	0	0	0	1	0
