On 20 май, 14:02, Konstantin S <ktechli...@gmail.com> wrote:
> Hello!
>
> I have a very strange problem and really don't know where to start in
> hunting it down. My app uses django-registration, all works fine but
> if I been logged in restart django dev. server I immediately get
> TemplateSyntaxError:
>
> Caught an exception while rendering: Reverse for
> 'myapp.add_media_action' with arguments '()' and keyword arguments
> '{}' not found.
>
> It seems like after restarting django couldn't resolve url's names. I
> know this is a very vague and incomplete description but may be it is
> a very well known problem that you can identify on the spot ?

I've tried it in a django shell.  'myapp.add_media_action' really does
not resolve, but 'add_media_action' resolves fine. That makes it even
more puzzling. Why am I getting 'myapp.add_media_action' instead of
'add_media_action' ?
--~--~---------~--~----~------------~-------~--~----~
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