I had the exact same problem, the exact same missing widgets . js, images, css were not sent to the admin panel. After more than 48 hours of research and queries, I had enough and got into my nginx/sites-available/django conf file and with great zeal, I deleted # Proxy the static assests for the Django Admin panel location /static/admin { alias /usr/lib/python2.7/dist-packages/django/contrib/admin/static/admin/; } # Proxy the static assests for the Django Admin panel location /static/admin { alias /usr/lib/python2.7/dist-packages/django/contrib/admin/static/admin/; } Guess that :-) All my problems are gone and everything works fine in the admin panel. This script was there by default. Maybe I took something wrong, but I had it.
This problem went away on its own.
Probably some OP had the same problem. But thanks for sharing the couse screenshots, otherwise I could not distinguish this question from other similar posts.
source share