Page not found (404)

No mosaic artist found matching the query
Request Method: GET
Request URL: http://sovietmosaicsinukraine.org/ua/artists/47
Raised by: django_project.mosaic.views.ArtistView

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

  1. admin/
  2. [name='mosaic_home']
  3. ua/ [name='mosaic_home']
  4. ua/ list/ [name='mosaic_list']
  5. ua/ mosaic/map/json [name='mosaic_json_map']
  6. ua/ map/ [name='mosaic_map']
  7. ua/ mosaic/<int:pk> [name='mosaic_item']
  8. ua/ artists/ [name='artists_list']
  9. ua/ artists/<int:pk> [name='artist']

The current path, ua/artists/47, matched the last one.

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.