[Answer]-Django CMS how do I add a CSS file to the admin

1👍

You’ll need to copy at least base.html from /contrib/admin/templates/admin/ to

project
--templates
----admin
------base.html

There you can tell admin to load whatever .css files you want.

👤Rob L

Leave a comment