Getting Django model.index has no field problem (django.core.exceptions.FieldDoesNotExist)
I am trying to create an index.The problem is that I am getting no 'has no field' error but I added that field. I tried to add that field but I got "column "click_count" of relation "oyunlar" already exists". How can i solve this situation?