Top "Django-static" questions

Invalid block tag: 'static'

Server returned TemplateSyntaxError at / Invalid block tag: 'static' on this line: <img src="{% static 'icon/logo.png' %}">. The …

django django-staticfiles django-static
Differences between STATICFILES_DIR, STATIC_ROOT and MEDIA_ROOT

What are the differences of these three static url? I am not sure if I am right, I am using …

python django django-staticfiles django-static
Static files won't load when out of debug in Django

I'm creating a Django project. I just tried taking the project out of debug, DEBUG = False and for some reason …

django debugging static-files django-static
{% load static %} and {% load staticfiles %}: which is preferred?

I'm not sure what the difference is, it seems like both of them are working. I googled around, and seems …

django django-templates django-staticfiles django-static
apache server cant find static files in Django project

I'm trying to upload my code on an apache server using mod_python. I have tried a lot but the …

django apache mod-python django-staticfiles django-static