Are you iterating over the list in the template?
On 28 Juli, 23:01, Asinox wrote:
> im new , but i think that u need this part:
>
> class UserProfileAdmin(UserAdmin):
> inlines = [UserProfileInline]
> list_display = ('user', 'sex','phone')
>
> regards,
>
> On Jul 28, 3:01 pm, Chris Curv
Hey Chris,
have you found a solution?
On Jul 29, 2:43 pm, Chris Curvey wrote:
> Drat. That's not it. I'll keep trying.
>
> On Jul 28, 5:01 pm, Asinox wrote:
>
>
>
> > im new , but i think that u need this part:
>
> > class UserProfileAdmin(UserAdmin):
> > inlines = [UserProfileInline]
Drat. That's not it. I'll keep trying.
On Jul 28, 5:01 pm, Asinox wrote:
> im new , but i think that u need this part:
>
> class UserProfileAdmin(UserAdmin):
> inlines = [UserProfileInline]
> list_display = ('user', 'sex','phone')
>
> regards,
>
> On Jul 28, 3:01 pm, Chris Curvey wrot
im new , but i think that u need this part:
class UserProfileAdmin(UserAdmin):
inlines = [UserProfileInline]
list_display = ('user', 'sex','phone')
regards,
On Jul 28, 3:01 pm, Chris Curvey wrote:
> I'm having a bit of a brain cramp here...I'm trying to add some extra
> fields to my
I'm having a bit of a brain cramp here...I'm trying to add some extra
fields to my user profiles, but I can't seem to get the fields to show
up in the admin interface. I've added the admin.py directory to my
application root, but the fields obstinately will not show up in the
admin interface.
The
5 matches
Mail list logo