Page not found (404)

Request Method: GET
Request URL: https://localhost:8002/online-rummy-promotions/

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

  1. [name='index']
  2. robots.txt [name='robots.txt']
  3. sitemap.xml/ [name='sitemap']
  4. terms-of-service/ [name='termsofuse']
  5. terms-conditions/ [name='termcondition']
  6. privacy-policy/ [name='privacypolicy']
  7. about-indian-rummy/ [name='aboutus']
  8. contact-us/ [name='contactus']
  9. how-to-play-rummy/ [name='howtoplay']
  10. rummy-responsible-gaming/ [name='rummyresponsiblegaming']
  11. responsible-gaming/ [name='rummyresponsiblegaming']
  12. tds/ [name='tds']
  13. how-to-play-fantasyfootball/ [name='howtoplayfootball']
  14. how-to-play-fantasy/ [name='howtoplayfantasy']
  15. download/ [name='download']
  16. download-apk/ [name='downloadapk']
  17. lp/download-apk-page/ [name='downloadapkpage']
  18. fantasy-points-system/ [name='fantasypointsystem']
  19. fantasy-points-system/football/ [name='fantasypointsystemfootball']
  20. fantasy-points-system/kabaddi/ [name='fantasypointsystemkabaddi']
  21. fantasy-points-system/cricket/ [name='fantasypointsystemcricket']
  22. welcome/ [name='signup200Bonus']
  23. lp/<str:prname>/ [name='landingpages']
  24. refer-friend/ [name='referafriend']
  25. rummy/ [name='rummy']
  26. poker/ [name='poker']
  27. fantasy/ [name='fantasy']
  28. rummy-getlink/ [name='sendlink']
  29. email-verify/<str:username>/<str:key>/<str:otp> [name='verifyemail']
  30. pf-payment-success/
  31. v1/cashfree/callback/
  32. v1/phonepe/callback/
  33. v1/phonepe/s2s/

The current path, online-rummy-promotions/, 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.