I\'m trying to understand the django admin better and at the same time, I\'m trying to add one more field to the current user admin. In models.py I\'ve done
Use
I got the 'that is missing from the form' error, and discovered that it was due to my field being marked as 'editable=False' in the model.