2👍
✅
Are you registering the model in the models.py or in admin.py? List_filter requires the model to be loaded already so you have to register it in admin.py so models can load independently.
Source:stackexchange.com
2👍
Are you registering the model in the models.py or in admin.py? List_filter requires the model to be loaded already so you have to register it in admin.py so models can load independently.