On May 20, 2:02 pm, 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 ?
Continue my story... I've changed a bit template code: was: <li><a href="{% url add_media_action %}">Add new</a></li> now: <li><a href="{% url myapp.views.add_media %}">Add new</a></li> Error message also changed, now it is: Caught an exception while rendering: Reverse for '<django.contrib.auth.decorators._CheckLogin object at 0x235aa50>' with arguments '()' and keyword arguments '{}' not found. I have no idea how to fix this problem, please help if you can. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---