geex-arts/django-jet

AttributeError: module 'jet' has no attribute 'dashboard'

wansiedler opened this issue · 2 comments

ModuleNotFoundError: No module named 'jet.dashboard'
>pip freeze | grep jet
django-jet==1.0.8
    INSTALLED_APPS = [
                         'jet.dashboard',
                         'jet'
                     ] + INSTALLED_APPS

Does including a comma after 'jet' help?

Same problem