Page not found (404)

Request Method: GET
Request URL: http://www.skladtk.ru/adminarticle.php

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

  1. jet/
  2. admin/
  3. api/v1/docs/ [name='schema-swagger-ui']
  4. api/v1/docs/json [name='schema-json']
  5. api/v1/
  6. api/v1/
  7. ^mediafiles/(?P<path>.*)$
  8. ^favicon\.ico(?P<path>.*)$

The current path, adminarticle.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.