Hello everyone and thanks for reading. I have a simply problem that I want to get rid of and I have not seen examples where this is achieved yet although searching around the net for quite a while.
I recently extended with UserProfile so my admin.py looks like this: http://dpaste.com/hold/89067/ and models.py like this: http://dpaste.com/hold/89070/ In an app called users that is referred to by settings.py with AUTH_PROFILE_MODULE = users.UserProfile #1 Basically what I want to achieve is to get rid of the #1 StackedInLine that shows in the admin. The reason I use StackedInLine instead of TabularInLine is because otherwise I get a "Delete?" column to the right and I find it optional so I would like to either exclude that or get rid of the #1 numbering in StackedInLine. This is what it looks like in "the real world" .. (Marked with red) Stacked: http://i28.tinypic.com/2lsadkg.jpg Tabular: http://i27.tinypic.com/4lybs.jpg #2 Also. I wonder why I cannot use fieldsets when I have loaded the UserProfile models.py file in admin.py. It simply says the field doesn't exist. Do I have to call the fields differently than in django/ contrib/auth/admin.py where I've seen it work? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---