2009/4/30 Julián C. Pérez <jcp...@gmail.com>

>
> anyone??
> i can't get around this...
> and i don't want to hard-code the urls in templates either
> :(
>

Truly, the url template tag is not fundamentally broken, so there is
something you are doing that is causing a problem.  There may be a bug, but
it is very difficult to tell with the bits of results you have posted
without showing what you were trying at the time.

If I were in your situation I'd start with an extremely simplified setup --
maybe a fresh project or app, and experiment.  Start with a very simply
named URL pattern, in the main urls.py, and verify that that works.  Then
change things one step at a time, moving the url pattern into an included
urls.py, changing the name to be more like what you were trying first, etc.
and verifying at each step that it still works.  If and when it stops
working you've got a clue as to what might be causing the problem because
you will have changed only one thing.

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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