On Tue, Jan 24, 2012 at 16:21, Flavio Coelho <fcco...@gmail.com> wrote:
> I also wish some docs were available for the new release, but Right now I
> really need some documentation about custom template tags...
>
> --
> You received this message because you are subscribed to the Google Groups
> "Pinax Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/pinax-users/-/rmtA2sOkDrYJ.
>
> To post to this group, send email to pinax...@googlegroups.com.
> To unsubscribe from this group, send email to
> pinax-users...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/pinax-users?hl=en.
Are you trying to write your own template tags? That is covered in the
Django documentation.
https://docs.djangoproject.com/en/dev/howto/custom-template-tags/
Pinax is built on top of Django, so start with Django.
On Tue, Jan 24, 2012 at 16:21, Flavio Coelho <fcco...@gmail.com> wrote:
> I also wish some docs were available for the new release, but Right now I
> really need some documentation about custom template tags...
>
> --
> You received this message because you are subscribed to the Google Groups
> "Pinax Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/pinax-users/-/rmtA2sOkDrYJ.
>
> To post to this group, send email to pinax...@googlegroups.com.
> To unsubscribe from this group, send email to
I am comfortable reading code. hat's why I was able to customize and build my own websites based on the starter projects. And that's why I still consider Pinax is a great tool I want to keep using.