added admin and api views for listing all plugins, and refactored urls import

This commit is contained in:
John Anderson
2020-03-20 20:10:02 -04:00
parent 83605cf4e7
commit b616758a34
10 changed files with 242 additions and 39 deletions

View File

@@ -0,0 +1,6 @@
{% extends "django_rq/index.html" %}
{% block sidebar %}
{{ block.super }}
{% include 'extras/admin/plugins_index.html' %}
{% endblock %}