I have just started using mongoengine, I referred to the tutorials given at http://docs.mongoengine.org/tutorial.html I am getting an error when I am trying to add Post data to the database
mongoengine.errors.ValidationError: ValidationError (Post.TextPost:None) (A ReferenceField only accepts DBRef, LazyReference, ObjectId or documents: ['author']
I have added the screenshots of the files.