I’m using Django on a Debian VM, django server is loaded through nginx. Everything’s working fine ’til now, except the admin interface. In fact, the admin site, doesn’t load the “look and feel” of the interface. It seems that Css and images aren’t loading at all, any ideas?
Thanks.
Change
ADMIN_MEDIA_PREFIXto wherever your media is. If you didn’t copy the media, copy it from wherever django is stored, there’s a media and admin directory.Similar question: Django admin has no style