On 20 май, 17:41, Karen Tracey <kmtra...@gmail.com> wrote:
> There's got to be some difference between your server
> environment and the shell environment you are using that is causing that.
>

All works fine until I restart django dev. http server. If at that
moment I was logged in into my site then next hit after restarting
would cause that NoReverseMatch error. May it be a problem that almost
all my views wrapped into login_required decorator like that: url
(r'^add/$', login_required(views.add_media), name =
'add_media_action'). And if it so how to fix it ?
--~--~---------~--~----~------------~-------~--~----~
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