I have been noticing a weird problem on my site. I have managed to make my regular site load all the static content by defining STATIC_URL and STATIC_ROOT directives. However, when I go to mysite.com/admin, the admin site does not load any css at all.
Asked
Active
Viewed 30 times
0
-
Have you run collectstatic? `python manage.py collectstatic`. – Rob Grant Aug 29 '14 at 14:16
-
I have done it numerous times and it does not work. – summerNight Sep 01 '14 at 17:34