Page not found (404)

Request Method: GET
Request URL: http://shop2pos.com/ljlej9v3/

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

  1. admin/
  2. accounts/login/ [name='login']
  3. accounts/register/ [name='register']
  4. accounts/logout/ [name='logout']
  5. [name='index']
  6. products/
  7. customers/
  8. sales/

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