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
Advertisement
Answer
- run
python manage.py collectstatic
to collect the admin static files - ensure your webserver can serve static files from your
STATIC_DIR