Reverse for 'order_info' with arguments '()' and keyword arguments '{}' not found.main urls.py
(r'^my_account/$', include('accounts.urls')),
accounts/urls.pyurlpatterns = patterns('accounts.views',
(r'^$', 'my_account',
{'template_name': 'registration/my_account.html'}, 'my_account'),
(r'^order_info/$', 'order_info',
{'template_name': 'registration/order_info.html'}, 'order_info'),
(r'^register/$', 'register',
{'template_name': 'registration/register.html', 'SSL': settings.ENABLE_SSL }, 'register'),
(r'^order_info/$', 'order_info',
{'template_name': 'registration/order_info.html'}, 'order_info'),
(r'^order_details/(?P<order_id>[-\w]+)/$', 'order_details',
{'template_name': 'registration/order_details.html'}, 'order_details'),
)
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Oh great.. I have this problem too and cant figure it out.
Now i know the problem.
I hit this twice already...
I am from php too...but build with django is wonderfull and got speed in production :)
Hello,I dont have the $ sign like you but I'm still getting this error.Please, is there any workaround, what are the issues ? I really about to give up
--
--
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/kYPM88rv0rs/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to django-users...@googlegroups.com.