Django-jet: custom admin site module

Created on 18 Jul 2016  路  3Comments  路  Source: geex-arts/django-jet

I have 2 custom admin module: uplevel_admin and lowerlevel_admin. With default admin admin.site all works fine, but with my custom admins site crashes with an error:
Reverse for 'app_list' with arguments '()' and keyword arguments '{'app_label': 'auth'}' not found. 1 pattern(s) tried: ['admin/(?P<app_label>filer|ads|news|articles|cities)/$']

All 3 comments

Fixed in 1.0.0

@f1nality how (and where) did you fix it? I'm having a dreadful (but similar) problem with another package and could use some pointers.

This problem happens for me when the app doesn't have an admin.py file and defining admin classes... Super annoying as I don't need package models to be included in the admin (namely in my case django-cities-light).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

andreamanni picture andreamanni  路  4Comments

uroybd picture uroybd  路  5Comments

a1Gupta picture a1Gupta  路  7Comments

Zundrium picture Zundrium  路  9Comments

nikolas310 picture nikolas310  路  4Comments