﻿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
27325	Offer a solution for static file serving suitable for production use	Tim Graham	Aleksej Manaev	"The documentation for the function for serving static files, `django.contrib.staticfiles.views.serve()`, describes it as ""grossly inefficient and probably insecure. This is only intended for local development, and should never be used in production."" To ease the deployment of small sites, it would be nice to fix or replace it with something that could be used in production. [http://whitenoise.evans.io/ WhiteNoise] is an example of static file serving done in Python and is a possible candidate for integration in Django.

Ideas are discussed in more detail on the [https://groups.google.com/d/topic/django-developers/N0KbgDeLuUE/discussion delegating our static file serving] thread on django-developers."	New feature	assigned	Core (Other)	dev	Normal			Aleksej Manaev	Accepted	0	0	0	0	0	0
