geex-arts / django-jet

Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo
https://github.com/jet-admin/jet-bridge
GNU Affero General Public License v3.0
3.58k stars 772 forks source link

Jet is not responding #496

Open DeeStarks opened 2 years ago

DeeStarks commented 2 years ago

I tried to visit the admin but the page was stuck on loading. In an attempt to resolve this issue, I restarted the app several times. Then I removed jet from the installed apps and admin loaded up.

The same thing happens when migrating -

Running migrations:
  Applying jet.0005_auto_20211125_2034...

It's been stuck here for about 30 mins

Barukimang commented 2 years ago

Did you add Jet to settings.py?

INSTALLED_APPS = ( ... 'jet', 'django.contrib.admin', )

https://pypi.org/project/django-3-jet/