Page not found (404)

Request Method: GET
Request URL: http://www.marketing.filevinedev.com/integrations/onedrive/
Raised by: content.views.integrationDetail

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

  1. admin/product/edit/schema/ [name='editProductSchema']
  2. admin/doc/
  3. admin/tools/
  4. admin/test/
  5. admin/tools/content/
  6. admin/colors/ [name='colors']
  7. admin/write/
  8. admin/images/ [name='images']
  9. admin/images/rules/ [name='imageRules']
  10. admin/reports/
  11. admin/
  12. tinymce/
  13. i18n/
  14. ^media/(?P<path>.*)$
  15. [name='homePage']
  16. integrations/ [name='integrationList']
  17. integrations/filter/ [name='filterIntegrations']
  18. integrations/<slug:slug>/ [name='integrationDetail']

The current path, integrations/onedrive/, matched the last one.

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.