Page not found (404)

Request Method: GET
Request URL: http://dockerimg/index.php?lng=en

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

  1. ^$ [name='home']
  2. ^cds/$ [name='cds']
  3. ^vinyls/$ [name='vinyls']
  4. ^lps/$ [name='lps']
  5. ^hi-fi/$ [name='hifi']
  6. ^ostalo/$ [name='ostalo']
  7. ^merchandise/$ [name='merchandise']
  8. ^search/$ [name='search']
  9. ^pogoji-poslovanja/$ [name='pogoji_uporabe']
  10. ^gradding-system/$ [name='gradding_system']
  11. ^item/(?P<item_id>[-\w]+)/$ [name='single']
  12. ^checkout/$ [name='checkout']
  13. ^grappelli/
  14. ^spinadmin/
  15. ^media/(?P<path>.*)$
  16. ^media\/(?P<path>.*)$

The current URL, index.php, 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.