Feb 21 2011

django-meio-easytags released!

Category: Django,Pythonvbmendes @ 01:41

I just released a project I have been working today. A long time ago, I was tired of parsing my template tags by hand, then I created a BaseNode to do this work for me and all I had to do was subclass it and define the method to render the context.

Last friday, my friend Diego Fleury asked me for some help developing a template tag and I talked to him about my old BaseNode. When I showed the code to him, he didn’t understand it so did I. So I wanted to make it cleaner and developed the project django-meio-easytags. It’s hosted at Github (http://github.com/vbmendes/django-meio-easytags/).

It’s very easy to create your own template tags with it. Take a look: https://github.com/vbmendes/django-meio-easytags/blob/master/README

Any comments and contributions are welcome.

Tags: ,

4 Responses to “django-meio-easytags released!”

  1. Tweets that mention django-meio-easytags released! | Meio Código -- Topsy.com says:

    [...] This post was mentioned on Twitter by PlanetDjango.org, djangobot. djangobot said: django-meio-easytags released! http://bit.ly/fKj5fl #django [...]

  2. Enrico says:

    Nice! I have a similar project called django-quicktag: https://github.com/ricobl/django-quicktag

    And there are other aproaches here: http://www.djangopackages.com/grids/g/templatetags/

  3. Aamir Maniar says:

    Good one, Mieo. Keep it up…

    http://www.technobits.net – Always remain technically updated.

  4. vbmendes says:

    Good one Enrico. I didn’t know about your project. Nice implementation. Congratulations!

    Thanks for the link to dangopackages.com grid. I already updated and added django-meio-easytags to it.

Leave a Reply