added use load from external

This commit is contained in:
Mohamed Nouffer
2022-10-16 17:06:28 +05:30
parent 0161f351d5
commit 601c70a79b
7 changed files with 102 additions and 6 deletions

View File

@ -0,0 +1,7 @@
{% extends 'admin/change_list.html' %}
{% load static %}
{% block content %}
<a href="load-users/">Go to Load users</a>
{{ block.super }}
{% endblock %}