{% load static %}
{% templatetag openblock %} static {% templatetag closeblock %}
tag generates the correct URLs.
These files are served from Django's contrib.admin package:
Static images can be embedded directly:
Current static settings:
{{ static_url }}{{ static_root|default:"Not configured" }}
When running with python manage.py runbolt, static files are served
directly by Actix Web (Rust) without invoking Python handlers. This provides:
The following should be blocked by Content-Security-Policy (check browser console):
Check browser DevTools console for CSP violation errors.