django.db.utils.IntegrityError: NOT NULL constraint failed: funcionario_funcionario.cargo

Could anyone help me fix this error? I need to register an employee but the position field is selected from a list in this statement.

Welcome @RodrigoSantosDev82 !

We can try, but we’ll need to see the models, views and forms involved with the issue you are facing. (We may also need to see the template being used, but maybe not right away.)