django-static

Invalid block tag: 'static'

Invalid block tag: 'static' Question: Server returned TemplateSyntaxError at / Invalid block tag: ‘static’ on this line: <img src=”{% static ‘icon/logo.png’ %}”>. The whold html file is like this (it’s an html file {% include %}ed by another one): {% load staticfiles %} <div class=”header”> <nav> <ul class=”nav nav-pills pull-right”> <li role=”presentation”><a href=”{% url ‘offer …

Total answers: 10

Differences between STATICFILES_DIR, STATIC_ROOT and MEDIA_ROOT

Differences between STATICFILES_DIR, STATIC_ROOT and MEDIA_ROOT Question: What are the differences of these three static url? I am not sure if I am right, I am using the MEDIA_ROOT to store my uploaded photos (via models.ImageField()) However, I created a JS script to my admin and in admin.py. I defined the media as below: …. …

Total answers: 4