Page not found (404)

Request Method: GET
Request URL: http://happybeeps.net/starwars-toys/

Using the URLconf defined in happybeeps.urls, Django tried these URL patterns, in this order:

  1. __debug__/
  2. [name='home']
  3. terms-and-conditions/ [name='terms-and-conditions']
  4. starwars-publishing/
  5. starwars-timeline/
  6. starwars-characters/
  7. starwars-productlines/
  8. starwars-searching/
  9. just-released-toys/
  10. coming-soon-toys/
  11. toys-homepage/
  12. toys-searchpage/
  13. publishing-homepage/
  14. reports/
  15. accounts/
  16. user_reports/
  17. publication-ownership/ [name='pub_own']
  18. printing-ownership/ [name='printing_own']
  19. user-sp-query/ [name='user_sp_query']
  20. user-mt-query/ [name='user_mt_query']
  21. starwars-publication/<slug:slug>-<int:pk>/ [name='pub_detail']
  22. starwars-story/<slug:slug>-<int:pk>/ [name='story_detail']
  23. starwars-toys/<slug>-<pk>/ [name='character_toy_detail']
  24. stories-searchpage/
  25. just-released-publications/
  26. coming-soon-publications/
  27. starwars-merchandises/<slug>-<pk>/ [name='character_merch_detail']
  28. merchandise-ownership/ [name='merchandise_own']
  29. toy-ownership/ [name='toys_own']
  30. merch-order-expected-date/ [name='merch_order_expected_date']
  31. toy-image/ [name='upload_toy_image']
  32. merch-image/ [name='upload_merch_image']
  33. printing-image/ [name='upload_printing_image']
  34. printing-artist/ [name='update_printing_artist']
  35. add-artist/ [name='add_artist']
  36. characters/ [name='get_characters']
  37. product-line/ [name='get_product_line']
  38. starwars-favorites/ [name='user_favourites']
  39. merch-affiliate-link [name='merch_affiliate_link']
  40. publication-affiliate-link [name='publication_affiliate_link']
  41. admin/catalog/db-import/ [name='admin_db_import']
  42. admin/catalog/db-export/ [name='admin_db_export']
  43. news/ [name='news']
  44. news/<slug:slug>/ [name='news_detail']
  45. collector-galleries/ [name='collector_galleries']
  46. collector-galleries/<slug:slug>/<int:pk>/ [name='collector_gallery_detail']
  47. collector-galleries/create/ [name='collector_gallery_create']
  48. chart-of-day/ [name='chart_of_day']
  49. chart-of-day/<slug:slug>/ [name='chart_of_day_detail']
  50. about-happybeeps/ [name='about_happybeeps']
  51. frequently-asked-questions/ [name='faq']
  52. privacy-policy/ [name='privacy_policy']
  53. suggestion-box/ [name='suggestion_box']
  54. contact-us/ [name='contact_us']
  55. nice-timeline/
  56. nice-search-results/
  57. nice-character-list/
  58. search/
  59. admin/
  60. box-office-history/
  61. sitemap.xml
  62. sitemap-<section>.xml [name='django.contrib.sitemaps.views.sitemap']
  63. robots.txt

The current path, starwars-toys/, 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.