ShowFacets in django.contrib.admin models

I intended to start contributing to a Django project called django-crm today.
After cloning the project and running the command python manage.py makemigrations,

I encountered an error: AttributeError: module 'django.contrib.admin' has no attribute 'ShowFacets'
Could someone please guide me on this ?

django-crm project

Вернуться на верх