1👍
✅
Just install the latest version from GitHub repository. The version you have is latest from PyPi which was released before Django 1.4 and is for Django CMS 2.2 (which is for Django 1.3).
0👍
It sounds like you’re not loading static at the top of your template file:
{% load static %}
{% get_static_prefix as STATIC_URL %}
Source:stackexchange.com