Page not found (404)

Request Method: GET
Request URL: http://doubledragonorleans.com/special-luncheon/4478371

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

  1. admin/
  2. [name='home']
  3. dinein/ [name='dinein']
  4. takeout/ [name='takeout']
  5. reserve_table/ [name='reserve_table']
  6. about/ [name='about']
  7. contact/ [name='contact']
  8. privacy-policy/ [name='privacy-policy']
  9. terms-conditions/ [name='terms-conditions']
  10. cookie-policy/ [name='cookie-policy']
  11. ^media\/(?P<path>.*)$
  12. ^static\/(?P<path>.*)$

The current path, special-luncheon/4478371, 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.