why my django admin site does not have the css style

zjm1126 picture zjm1126 · Dec 12, 2010 · Viewed 68.7k times · Source

I make a Django admin site using Django development version

But it does not have a CSS style :

alt text

what can I do?

thanks

Answer

David Mann picture David Mann · Apr 6, 2012

After setting up your STATIC_ROOT and STATIC_URL, you may have to run

python manage.py collectstatic