Django Jet dashboard not showing correctly after upgrade

1.1k Views Asked by At

I have a site running on Django, and I'm trying to install Oscar on it to add an e-commerce app onto it. I'm using Jet as the admin dashboard, and due to a problem with app naming conflicts (both Oscar and Jet have an app named "dashboard", which was fixed in version 1.0.0 of Jet), I've had to upgrade from Jet 0.1.4 to 1.0.2 (which in turn upgraded Django from 1.9.6 to 1.9.10).

After the upgrade, I logged into the admin console to make sure nothing had broken, and sure enough, it had:

Current state of the Jet dashboard (img)

At first it seemed like a problem with the CSS files associated to Jet not being where they needed to be, but after copying them over and making sure they all are retrieved with a 200 OK on page load, the dashboard stays like this.

I would obviously prefer to fix this problem without deleting and reinstalling, since there is a fair deal of configuration that I would have to replicate. Any ideas on what direction to take?

0

There are 0 best solutions below