Page not found (404)

Oldal nem található!
Request Method: GET
Request URL: https://szlgbp.hu/t%C3%A1rsas/Denar-1.gcode/
Raised by: APP.views.almenu

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

  1. admin/
  2. [name='index']
  3. kezdolap/
  4. kapcsolat_email/
  5. info/<str:ez>/
  6. info/<str:ez>/<str:a_slug>/
  7. esemenyek/
  8. alapitvany/
  9. galeria/fotok/
  10. galeria/videok/
  11. nappali/munkatarsak/
  12. <str:fomenu>/<str:almenu>/

The current path, társas/Denar-1.gcode/, 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.