Page not found (404)

Request Method: GET
Request URL: http://newmetricresearch.com/Account/Register/?comp=

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

  1. [name='index']
  2. charts/<str:categorized_by>/ [name='charts']
  3. login/ [name='login']
  4. logout/ [name='logout']
  5. datasource/
  6. monitoring/
  7. reports/
  8. users/
  9. groups/
  10. i18n/
  11. jsi18n/ [name='javascript-catalog']
  12. ^static/(?P<path>.*)$

The current path, Account/Register/, 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.