Hi, So Drum works originally (mostly) but after running manage.py collecttemplates, it stops working, saying it can't find pages_tags. I note that mezzanine.pages is commented out in the settings file.
Question: Why does it work originally, before doing a collecttemplates? Also if anyone wants to give me a pointer as to how to fix it for after doing collecttemplates, I'll be happy to take a stab at it. I'm trying to pick up little projects to learn django better. Thanks! It looks like the generated base.html actually *uses* mezzanine pages tags, but the original https://github.com/stephenmcd/drum/blob/master/drum/links/templates/base.html does not, so is the collecttemplates script itself finding something it shouldn't be finding? -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
