Page not found (404)

Request Method: GET
Request URL: http://www.yukleode.com/

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

  1. sms-yakala
  2. sms-cek
  3. sms-cek-get
  4. servis/tl_servis.php
  5. servis/tl_kontrol.php
  6. PaketEkle
  7. alternatif
  8. organize
  9. alternatifHazirla
  10. sorguyagonder
  11. sorgusonucu
  12. alternatifgonder
  13. alternatfsonuckontrol
  14. anapaketsonuckontrol
  15. VodafonePaketEkle
  16. TurkcellPaketEkle
  17. TTsesPaketEkle
  18. anaKategoriEkle
  19. altKategoriEkle
  20. OperatorEkle
  21. AnaPaketGonder
  22. TelegramSend
  23. siteadres
  24. change_api/ [name='change_api']
  25. update_api [name='update_api']
  26. bayi/
  27. admin/
  28. ^media/(?P<path>.*)$
  29. ^static/(?P<path>.*)$

The empty path 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.