Hi, I don't know of any updates on this issue outside of this thread. I 
think you could read through the thread and summarize the problems and 
possible solutions just as well as I could. The solution might involve 
integrating whitenoise in Django, as well an adding some enhancements. The 
whitenoise author, David Evans, might have some more thoughts about 
specifics.

On Monday, October 3, 2016 at 1:08:02 PM UTC-4, Aleksej Manaev wrote:
>
> Hello, I would like to work on this in the scope of my study project. Is 
> someone already working on this?
> I am fairly new to contributing to the framework, can you provide me more 
> information on the current state of the issue, which problems need to be 
> solved and which possible solutions there are available? Are there some 
> resources I can read to educate myself in this topic?
> I have already read the comments in this discussion and Django 
> documentation 
>
> https://docs.djangoproject.com/en/1.10/howto/static-files/ 
> andhttps://docs.djangoproject.com/en/1.10/howto/static-files/deployment/.
>
>
> Am Freitag, 28. November 2014 15:15:03 UTC+1 schrieb Tim Graham:
>>
>> Berker has worked on integrating gunicorn with runserver 
>> <https://github.com/django/django/pull/3461> so that we might be able to 
>> deprecate our own homegrown webserver. Windows support for gunicorn is 
>> supposedly coming soon <https://github.com/benoitc/gunicorn/issues/524>which 
>> may actually make the idea feasible. This way we provide a more secure 
>> solution out of the box (anecdotes indicate that runserver is widely used 
>> in production despite our documentation warnings against doing so).
>>
>> On the pull request, Anssi had an idea to use dj-static 
>> <https://github.com/kennethreitz/dj-static> to serve static/media files. 
>> My understanding is that we would basically integrate the code for 
>> dj-static into Django and then add a dependency on static 
>> <https://pypi.python.org/pypi/static>. It could be an optional 
>> dependency since you might want to serve static files differently in 
>> production, but it would likely be more or less universally used in 
>> development. We could then say that django.views.static.serve (and its 
>> counterpart in staticfiles) is okay to use in production (and I guess 
>> people are already using them in production despite our warnings that they 
>> are not hardened for production use).
>>
>> What do you think of this plan?
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/8cd02d9d-960a-42fc-a711-b2baec279cad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to