I have problem with jet.
It still shows django admin, and under it jet admin but without styles.
Installed apps:
INSTALLED_APPS = (
'djangae',
'jet',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'djangae.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'djangosecure',
'csp',
'cspreports',
'djangae.contrib.gauth.datastore',
'djangae.contrib.security',
)
req:
djangae==0.9.5
django>=1.8,<1.10
django-jet==1.0.1
Is this bug or?
EDIT:
when i try with 0.1.4 version, it works, but still no style, just html.
Do i need to setup static? (dev server)
I have the same issue, native django admin still showing
+1
Are you having admin/base.html template override?
This can cause problems. You should override base_site.html instead or make base.html import static and add layout the same way as JET does.
I haven't override admin/base.html. In version 0.1.5 it was working
same here
Same issue here :(

I'm getting the same error, but when I remove the STATICFILES_DIR from the settings file, django-jet admin works, but it makes my front-end not work.
I'm getting the same error that @mazulo ... anyone knows how to fix it ?
Well, @mazulo and I found out what was happening, at least on our case. Somehow, inside one of our STATICFILES_DIR was an 'admin' folder. Perhaps another application put it in there, and we didn't realize. Hope it helps you, guys!
Please come to the django-jet Discord server so we can organize if you like:
Welcome! 馃槃