Page not found (404)

Request Method: GET
Request URL: http://pastebin.dqd.cz/twE3/)

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

  1. ^$ [name='snippet_new']
  2. ^guess/$ [name='snippet_guess_lexer']
  3. ^diff/$ [name='snippet_diff']
  4. ^your-latest/$ [name='snippet_userlist']
  5. ^your-settings/$ [name='snippet_userprefs']
  6. ^(?P<snippet_id>[a-zA-Z0-9]{4})/$ [name='snippet_details']
  7. ^(?P<snippet_id>[a-zA-Z0-9]{4})/delete/$ [name='snippet_delete']
  8. ^(?P<snippet_id>[a-zA-Z0-9]{4})/raw/$ [name='snippet_details_raw']

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