{% extends "admin/base_site.html" %} {% load static i18n %} {% load url from future %} {% block bodyclass %}change-list{% endblock %} {% block coltype %}flex{% endblock %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block content %}
{% if warn_middleware %}

You do not have 'monkey_team.middleware.MonkeyTeamMiddleware' in setting's MIDDLEWARE_CLASSES !


{% endif %}

Install the userscript from here.

Dependencies


{% if warn_debug %}

Highly trained monkeys do not have DEBUG = True in their settings !
If you want to test this with DEBUG = True then set MONKEY_FORCE_ACTIVE = True

{% endif %}

Now test the user script on this test page.

{% if warn_debug %}
{% endif %}
{% endblock %}