'Django not showing group manage options in admin page

Recently, I deployed a Django web app. However, when I'm accessing the admin page, I'm not getting the expected interface to add or remove a user from a certain group:

enter image description here

At the of inspecting the page, I'm receiving the following messages: enter image description here

any idea about how to handle these errros?

Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source