AttributeError: module 'jet' has no attribute 'dashboard'
wansiedler opened this issue · 2 comments
wansiedler commented
ModuleNotFoundError: No module named 'jet.dashboard'
>pip freeze | grep jet
django-jet==1.0.8
INSTALLED_APPS = [
'jet.dashboard',
'jet'
] + INSTALLED_APPS
Barukimang commented
Does including a comma after 'jet' help?
Sultan91 commented
Same problem