From 7074b3f921b9b2559f9e1d125378bbcd6abad9f5 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 28 Oct 2021 13:51:53 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Customize=20(more)=20the=20admin=20?= =?UTF-8?q?page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Start_sophon_backend.xml | 1 + backend/Backend (Django).iml | 5 ++ backend/sophon/admin.py | 20 +++++++ backend/sophon/core/admin.py | 11 ++-- backend/sophon/settings.py | 6 +- backend/sophon/templates/admin/base.html | 56 +++++++++++++++++++ 6 files changed, 93 insertions(+), 6 deletions(-) create mode 100644 backend/sophon/admin.py create mode 100644 backend/sophon/templates/admin/base.html diff --git a/.idea/runConfigurations/Start_sophon_backend.xml b/.idea/runConfigurations/Start_sophon_backend.xml index 943fffb..aede7b2 100644 --- a/.idea/runConfigurations/Start_sophon_backend.xml +++ b/.idea/runConfigurations/Start_sophon_backend.xml @@ -27,6 +27,7 @@ +