I met same error and solved by adding below line "mezzanine.pages", on INSTALLED_APPS (settings.py)
2015년 8월 30일 일요일 오전 3시 3분 45초 UTC+9, Micah Yoder 님의 말: > > Hi, > > So Drum works when I first started it (well, after > https://github.com/stephenmcd/drum/pull/22 was merged, thanks). But, > after simply doing a collecttemplates, the home page errors with > > Error during template rendering > > In template /home/micah/testsites/mydrum/templates/base.html, error at > line *3* > 'pages_tags' is not a valid tag library: Template library pages_tags not > found, tried > django.templatetags.pages_tags,drum.links.templatetags.pages_tags,mezzanine.core.templatetags.pages_tags,mezzanine.generic.templatetags.pages_tags,mezzanine.accounts.templatetags.pages_tags,filebrowser_safe.templatetags.pages_tags,django.contrib.admin.templatetags.pages_tags,django.contrib.staticfiles.templatetags.pages_tags,django_comments.templatetags.pages_tags > > > > > Not sure if this is a bug or if I'm doing something wrong. Thanks! > > Mezzanine itself and Cartridge do not seem to have this problem. > > I'm using Python 3.4 > > -- 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.
