Skip to content

Instantly share code, notes, and snippets.

@akatreyt
Created April 10, 2015 20:35
Show Gist options
  • Save akatreyt/bb8ce383425914ba83fb to your computer and use it in GitHub Desktop.
Save akatreyt/bb8ce383425914ba83fb to your computer and use it in GitHub Desktop.
Page not found (404)
Request Method: GET
Request URL: http://localhost:8000/accounts/login/?next=/o/applications/
Using the URLconf defined in beerstash.urls, Django tried these URL patterns, in this order:
^admin/
^beers/
^admin/
^users/
^o/
The current URL, accounts/login/, 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment