Hi all, I keep getting an error from the server because there's a web crawler that is crawling at a URL that does not exists on my application because it made a guess of a URL that should be on my application. This is the error that I get:
NoReverseMatch: Reverse for 'blog-month-archives' with arguments '(u'2009', u'10\u6708')' and keyword arguments '{}' not found. How could this error happen? I mean is my assumption right that the web crawler is crawling at a URL that it guesses should be available on my app? Is there any way we can stop this from happening? I only get this from on web crawler so far. But I'm just concerned that it will choke my server if it keeps on doing that. Anybody has been in this situation and found a workaround for it? Many thanks in advance. -- Certified Scrum Master http://blog.scrum8.com | http://jobs.scrum8.com | http://twitter.com/scrum8 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---