Page not found (404)

Request Method: GET
Request URL: https://demo.yospace.biz/digitalwiz/login.php

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

  1. [name='home']
  2. register [name='register']
  3. login [name='login']
  4. logout [name='logout']
  5. dashboard [name='dashboard']
  6. profile [name='profile']
  7. accounts [name='accounts']
  8. account_table [name='account_table']
  9. admin_table [name='admin_table']
  10. admins [name='admins']
  11. spread_table [name='spread_table']
  12. spread [name='spread']
  13. coins [name='coins']
  14. coins_table [name='coins_table']
  15. manage_wallet [name='manage_wallet']
  16. create_wallet [name='create_wallet']

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