1

What did I do?

I have upgrade Django(version 2.1.1) from Django(version 3.2) on Ubuntu 18.04 server

What did I expect to happen?

I was expecting the same admin panel but got a different admin panel. As you can see in the screenshot OS: Ubuntu 18.04.4 LTS (GNU/Linux 5.4.0-1048-aws x86_64)

Python: Python 3.6.9 (default, Jan 26 2021, 15:33:00)

Cagatay Barin
  • 3,428
  • 2
  • 24
  • 43
  • Thanks for editing @Çağatay Barın – Himanshu sharma Sep 02 '21 at 06:03
  • Can you explain the problem clearly? It's normal of packages to change things over updates, that's why you should be careful when you update packages and at least take a look at the change logs between versions – Cagatay Barin Sep 02 '21 at 06:23
  • 1
    @ÇağatayBarın As due to upgraded Django, I get admin panel is not as same as shown in Django2.1.1. Now I had resolved this problem by using admin.site.enable_nav_sidebar = False in admin.py file and admin.site.unregister(TokenProxy) so my token can't show on admin panel. – Himanshu sharma Sep 08 '21 at 13:30

0 Answers0