Matias Surdi escribió:
> I need to hide a couple fields from a model depending on the logged in
> user in the admin interface.
>
> How would you do this?
>
>
> >
>
Replying to myself, here is the solution:
class LimitedCustomUserAdmin(UserAdmin):
inlines = [ProfileAdmin]
form
I need to hide a couple fields from a model depending on the logged in
user in the admin interface.
How would you do this?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this grou
2 matches
Mail list logo