Todd,

I recommend that you have a look at Coffin:

http://github.com/dcramer/coffin

It comes with a {% url %} that should work out of the box.

The snippets you linked are not tags, but functions, that is, you
would do something like:

    {{ url('my_view') }}

You  need the pass the functions in those snippets into the context,
or add them as globals (not sure how to do with with chouwa). However,
it seems like chouwa has it's own url() global:

http://bitbucket.org/trevor/chouwa/changeset/857d017f8c47/

So the template syntax above might just work

Michael

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to