Thanks for the reply. Iam finally able to use mezzanine blocks. I had to pip install mysqlclient even after installing mysql through brew which have mysql client. When i did that it worked not sure the reason behind it.
On Monday, November 23, 2015 at 3:28:55 PM UTC-8, Danny S wrote: > > On 23/11/2015 8:59 PM, Asrik wrote: > > Hello, > Iam new to Mezzanine, was trying to figure out how to make editable > containers on my home page as i have a single page site. > I got to see 2 options mezzanine-blocks and mezzyblocks. i tried > mezzanine-blocks https://github.com/renyi/mezzanine-blocks > followed steps as metioned but i get an error saying > 'block_tags' is not a valid tag library: Template library block_tags not > found > Is there something iam missing,how can i add tag in my library. > do we have any version compatibility for using mezzanine-blocks. > > > I'm using mezzanine blocks straight from my github source, it's working > fine. Admittedly I made a fork earlier in the year and added Django 1.8 > style migrations to it, > but that's it. I don't have the changed renyi made for 0.9.3 on Sep 10 > 2015. > > I'm going to assume that you've added 'mezzanine_blocks' to your > INSTALLED_APPS (mine's near the bottom of the list, after all the mezzanine > apps) and that you've run makemigrations and migrate... > > That being said, the presence of the migrations shouldn't affect the > loading of the template tags... > > Seeya. Danny. > > -- 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.
