Page not found (404)

Request Method: GET
Request URL: https://cms.studyin-uk.com/profiles/university/essex/

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

  1. admin/
  2. search/ [name='search']
  3. documents/
  4. tinymce/
  5. locations/filter/state-by-country/ [name='filter_country']
  6. courses/category/get-level/ [name='filter_level']
  7. ^media/(?P<path>.*)$
  8. pages/

The current path, profiles/university/essex/, 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.