Skip to content

Tag: django-admin

Django admin panel has no styling

When I started my project and went to the admin panel the admin panel had no styling There is no styling as usual. What should I do to fix it. Thank you Answer run python manage.py collectstatic to collect the admin static files ensure your webserver can serve static files from your STATIC_DIR