19
Nov
Resolving circular model imports caused by Haystack & Django
So, in converting our search to Haystack, I’ve found that some of my standalone maintainence scripts no longer work. They had an import error trying to import some of the models. The issue is that I’ve updated my models.py with some Haystack code. The code at hand is in the save() method of the model [...]
Continue Reading →