Page not found (404)
Request Method: GET
Request URL: http://beta.notiuy.com/500.shtml
Using the URLconf defined in notiuy.urls, Django tried these URL
patterns, in this order:
1. ^ ^$
2. ^ ^popular/(?P<when>[^/]*)/$
3. ^ ^popular/$
4. ^ ^sites/(?P<when>[^/]*)/$
5. ^ ^sites/$
6. ^ ^site/(?P<site>[\w-]+)/(?P<category>[\w-]+)/(?P<when>[^/]*)/$
7. ^
^site/(?P<site>[\w-]+)/(?P<when>(last[^/]+|all|\d\d\d\d-\d\d-\d\d))/$
8. ^ ^site/(?P<site>[\w-]+)/(?P<category>[\w-]+)/$
9. ^ ^site/(?P<site>[\w-]+)/$
10. ^ ^tags/(?P<when>[^/]*)/$
11. ^ ^tags/$
12. ^ ^tag/(?P<tag>[\w-]+)/(?P<when>[^/]*)/$
13. ^ ^tag/(?P<tag>[\w-]+)/$
14. ^ ^user/(?P<user>[\w-]+)/$
15. ^ ^user/(?P<user>[\w-]+)/(?P<fav>[\w-]+)/$
16. ^ ^search/$
17. ^ ^article/(?P<id>\d+)/$
18. ^ ^login/$
19. ^ ^logout/$
20. ^ ^register/$
21. ^ ^profile/$
22. ^ ^addfavorite/$
23. ^ ^about/$
24. ^ ^help/$
25. ^ ^sitemap.xml$
26. ^admin/
27. ^media/(.*)$
The current URL, /500.shtml, didn't match any of these.
You're seeing this error because you have DEBUG = True in your Django
settings file. Change that to False, and Django will display a standard
404 page.
Ahora ya quedó deshabilitada y no deberían volver a aparecer esos
errores.