A
A
Alexander Proshchenkov2018-06-04 13:08:22
Django
Alexander Proshchenkov, 2018-06-04 13:08:22

Why did the design of the admin panel change after loading the site on pythonanywhere?

I uploaded the django site to pythonanywhere, the design of the admin panel changed, it became like this:
5b150f834a31d573003969.png
I connected static files

Answer the question

In order to leave comments, you need to log in

2 answer(s)
W
Web Dentist, 2018-06-04
@Keltor

Before deploying, do it python manage.py collectstatic, you will have an admin folder in your static folder.

F
FeNUMe, 2018-06-04
@FeNUMe

Check the paths to the statics, css is not loaded, that's why it looks like this.
did you run python manage.py collectstatic?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question