Answer the question
In order to leave comments, you need to log in
How to get back missing design in Django admin?
Hello, the design is not displayed in the Django admin panel. Did collectstatic , in STATIC_URL = '/static/' .
Gunicorn, when trying to enter the admin panel, throws this into the terminal:
Answer the question
In order to leave comments, you need to log in
Copy the css of the admin to the static folder that you designated for storing static files in settings.py
I had this problem with nginx. It was necessary to register the alias path. Deleted the admin panel from /static/ (../static/admin/). Next, just python manage.py collectstatic.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question