Commit eb4e08ef authored by Bruno Martin's avatar Bruno Martin
Browse files

fix django admin user edit

parent a0e598f0
......@@ -41,3 +41,4 @@ class MyUserAdmin(AuthUserAdmin):
list_display = ('id', 'username', 'name', 'email', 'is_superuser')
list_display_links = ('id', 'username')
search_fields = ['id', 'name', 'email', 'username']
readonly_fields = ['date_joined',]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment