Page not found (404)

Request Method: GET
Request URL: http://193.176.241.221/DirectAdmin.txt

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

  1. admin/
  2. [name='index']
  3. index [name='index2']
  4. addexitrcpt/ [name='addexitrcpt']
  5. addticketfile [name='addticketfile']
  6. warehousehandling [name='warehousehandling']
  7. handling/<int:handid> [name='handling']
  8. advproject/<int:projid>/ [name='advproject']
  9. sendadvertisesms/ [name='sendadvertisesms']
  10. sendstarightsms/ [name='sendstarightsms']
  11. exitreciept [name='exitreciept']
  12. returnedprods [name='returnedprods']
  13. exitreciept/<str:search> [name='exitrecieptsearch']
  14. singleexitreciept/<int:exitrecieptid> [name='singleexitreciept']
  15. removefromcart/ [name='removefromcart']
  16. tickets [name='tickets']
  17. addresponse/ [name='addresponse']
  18. singleticket/<int:ticketid> [name='singleticket']
  19. closereciept/ [name='closereciept']
  20. ^serviceworker\.js$ [name='serviceworker']
  21. ^manifest\.json$ [name='manifest']
  22. ^offline/$ [name='offline']
  23. advertisement/ [name='advertisement']
  24. advertisement/singleplatform/<int:platformid> [name='singleplatform']
  25. advertisement/advplatforms/ [name='advplatforms']
  26. addexitprod/ [name='addexitprod']
  27. removeexitprod/ [name='removeexitprod']
  28. addstock/ [name='addstock']
  29. addshelf/ [name='addshelf']
  30. producttasks/ [name='producttasks']
  31. collection/<int:colid> [name='collection']
  32. collections/ [name='collections']
  33. closeprodtask/ [name='closeprodtask']
  34. addressesprint [name='addressesprint']
  35. accounting [name='accounting']
  36. credit [name='credit']
  37. csvback [name='csvback']
  38. addprusreview [name='addprusreview']
  39. platformreviewchart/<int:platformid> [name='platformreviewchart']
  40. ^media/(?P<path>.*)$
  41. ^static/(?P<path>.*)$
  42. suppliers/
  43. produce/
  44. orders/
  45. products/
  46. customers/
  47. projects/
  48. offline/ [name='offline']
  49. login [name='login']
  50. logout [name='logout']
  51. ^media/(?P<path>.*)$
  52. ^static/(?P<path>.*)$

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