Page not found (404)

Request Method: GET
Request URL: https://top100webmodels.com/profile/pippalee

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

  1. [name='top']
  2. top/ [name='top']
  3. ^top/(?P<week>[0-9])/$ [name='top_weekday']
  4. ^top/history/$ [name='top_history']
  5. news/
  6. chart/
  7. persons/
  8. admin/

The current path, profile/pippalee, 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.