Tag Archives: haystack

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 … Continue reading

Posted in General | Tagged , , , | Leave a comment