Page not found (404)

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

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

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