Django Haystack update index only for 1 model

I am currently trying out Django haystack to update data from PostgreSQL to a solr collection. So, I have defined 2 models in search_indexes.py. So, when I run the command python manage.py update_index it indexes the data from both the models defined in search_indexes.py to my solr collection. HOW DO I PERFORM update_index OPERATION ONLY… Read More Django Haystack update index only for 1 model