Page not found (404)

Request Method: GET
Request URL: http://207.154.215.56/medlemmar/

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

  1. admin/
  2. [name='homepage']
  3. users/ [name='user_list']
  4. user/<str:username>/ [name='user_profile']
  5. cerca/ [name='funzione_cerca']
  6. accounts/
  7. accounts/
  8. forum/
  9. ^media/(?P<path>.*)$

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