Change app name in django, now user can't see app in the admin backend? -
i'm using coltrane blog. changed
class meta: app_label = 'blog'
now entries in under blog instead of coltrane. great want.
however have created user privileges add, edit , delete entries coltrane app. assigned privileges under users in admin backend.
now when user signs in can't see blog? if take away app_label user sees blog coltrane. if assign superuser status user can see app.
is not possible changes app_label , still have user see app?
if user staff user, , not superuser, need make sure user has privileges model.
i try going user's record , looking @ list of privileges. may need add privileges specific newly named app.
Comments
Post a Comment