Page not found (404)

Request Method: GET
Request URL: http://www.rawart-gallery.com/node/1300/g

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

  1. ^admin/
  2. ^summernote/
  3. ^about/ [name='about']
  4. ^text/ [name='text']
  5. ^showroom/ [name='showroom']
  6. ^publications/ [name='publications']
  7. ^updates/ [name='updates']
  8. ^join-newsletter/ [name='join-newsletter']
  9. ^thank-you/ [name='thank-you']
  10. ^shuttle/$ [name='shuttle']
  11. ^artists/
  12. ^ ^$ [name='list']
  13. ^ ^current/$ [name='current']
  14. ^ ^special-projects/$ [name='special-projects']
  15. ^ ^exhibition/(?P<slug>[-\w]+)/$ [name='detail']
  16. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemaps']
  17. ^ckeditor/
  18. ^static/(?P<path>.*)$

The current path, node/1300/g, 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.