Page not found (404)

Request Method: GET
Request URL: http://www.os-dreams.org/profiles/join/c9cea8f4-608f-11e2-af83-00163e09c6a7/

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

  1. site_admin/
  2. chaining/
  3. Profiles/LogIn/ [name='login']
  4. Profiles/LogOut/ [name='logout']
  5. Profiles/ForgottenPassword/ [name='password_reset']
  6. cms/
  7. documents/
  8. pages/
  9. forum/
  10. My/
  11. Profiles/
  12. Projects/<uuid:project_uuid>/Assets/
  13. Projects/<uuid:project_uuid>/Files/
  14. Projects/
  15. [name='index']
  16. ^static/(?P<path>.*)$

The current path, profiles/join/c9cea8f4-608f-11e2-af83-00163e09c6a7/, 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.