hi guys, i'm trying to customize the django user model but i get this 
error: 

<class 'cms.admin.useradmin.PageUserAdmin'>: (admin.E033) The value of 
'ordering[0]' refers to 'username', which is not an attribute of 
'cms.PageUser'.
<class 'cms.admin.useradmin.PageUserAdmin'>: (admin.E108) The value of 
'list_display[0]' refers to 'username', which is not a callable, an 
attribute of 'PageUserAdmin', or an attribute or method on 'cms.PageUser'.
<class 'cms.admin.useradmin.PageUserAdmin'>: (admin.E108) The value of 
'list_display[2]' refers to 'first_name', which is not a callable, an 
attribute of 'PageUserAdmin', or an attribute or method on 'cms.PageUser'.
<class 'cms.admin.useradmin.PageUserAdmin'>: (admin.E108) The value of 
'list_display[3]' refers to 'last_name', which is not a callable, an 
attribute of 'PageUserAdmin', or an attribute or method on 'cms.PageUser'.
<class 'cms.admin.useradmin.PageUserAdmin'>: (admin.E116) The value of 
'list_filter[0]' refers to 'is_staff', which does not refer to a Field.
<class 'cms.admin.useradmin.PageUserAdmin'>: (admin.E116) The value of 
'list_filter[2]' refers to 'is_active', which does not refer to a Field.

any suggestions?

-- 
Message URL: 
https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id
Unsubscribe: send a message to 
django-cms-developers+unsubscr...@googlegroups.com
--- 
You received this message because you are subscribed to the Google Groups 
"django CMS developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-cms-developers+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/django-cms-developers/1603ad5a-27bc-4cba-98a9-849e42331694%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to