Answer the question
In order to leave comments, you need to log in
Why won't nginx django media and static display?
I do according to https://habrahabr.ru/post/226419/
reached the chapter "nginx configuration for working with Django". I do the same as it is written in the article, but media/media.png does not load. What could be the reason?
Answer the question
In order to leave comments, you need to log in
Добавьте в urls.py
urlpatterns = [
...
]+ static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question