Page not found (404)

Request Method: GET
Request URL: http://site300.ovh/auth/signup

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

  1. admin/
  2. [name='accueil']
  3. creations/ [name='flashes']
  4. articles [name='articles']
  5. articles/<str:category>/ [name='articles']
  6. article/<str:category>/<str:title>/ [name='article']
  7. accounts/
  8. signup [name='signup']
  9. comments/
  10. ckeditor/
  11. ^static/(?P<path>.*)$
  12. ^media/(?P<path>.*)$

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