Page not found (404)

Request Method: GET
Request URL: http://projeisleri.com/none

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

  1. ^$ [name='index']
  2. ^ubl/$ [name='UBL']
  3. ^bot/$ [name='bot']
  4. ^send_mail/$ [name='Sendmail']
  5. ^teklif_mail/$ [name='Teklif']
  6. ^create-invoices/$ [name='CreateInvoices']
  7. ^create-salary/$ [name='CreateSalary']
  8. ^reminder-invoice/$ [name='Remainder']
  9. ^eticaret-referasnalarimiz/$ [name='References']
  10. ^paketler-fiyatlar/bulut-servis-paketler/$ [name='CloudPackages']
  11. ^paketler-fiyatlar/kurumsal-paketler/$ [name='BusinessPackages']
  12. ^paketler-fiyatlar/b2b-tahsilat-ba-bs-sistemi-paketler/$ [name='B2BPackages']
  13. ^control-licence/$ [name='ControlLicense']
  14. ^satin-al/(\d+)/$ [name='Order']
  15. ^satin-al/odeme/$ [name='OrderPayment']
  16. ^satin-al/finalize/$ [name='FinalizeOrder']
  17. ^tamamlandi/$ [name='Complete']
  18. ^odeme-tamamlandi/$ [name='PaymentComplete']
  19. ^check-license/$ [name='siteCheckLicense']
  20. ^info-page/(?P<slug>[a-zA-Z0-9_.-]+)/$ [name='infoPage']
  21. ^hesabim/$ [name='hesabim']
  22. ^faturalarim/$ [name='faturalarim']
  23. ^invoice/$ [name='PrintInvoice']
  24. ^bilgilerim/$ [name='bilgilerim']
  25. ^destek/$ [name='destek']
  26. ^destek/detay/(?P<sup_id>\d+)/$ [name='destekdetayi']
  27. ^parolami-hatirlat/$ [name='reminder']
  28. ^login/$ [name='login']
  29. ^logout/$ [name='logout']
  30. ^pages/
  31. ^admin/
  32. ^paynet/$ [name='Paynet']

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