Django-jet: Django admin still showing and static needed

Created on 31 Aug 2016  路  10Comments  路  Source: geex-arts/django-jet

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)

All 10 comments

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 :(

screen shot 2016-11-27 at 15 36 38

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! 馃槃

Was this page helpful?
0 / 5 - 0 ratings

Related issues

seenu4linux picture seenu4linux  路  3Comments

PaoloC68 picture PaoloC68  路  7Comments

a1Gupta picture a1Gupta  路  7Comments

nikolas310 picture nikolas310  路  4Comments

pwndr00t picture pwndr00t  路  4Comments