Page not found (404)

Request Method: GET
Request URL: http://54.84.30.208/~snmcca/newsletter/contact/

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

  1. admin/
  2. [name='home']
  3. register/ [name='register']
  4. api/api_register/ [name='user-registration']
  5. api/api_login/ [name='user-login']
  6. api/drec/ [name='drec']
  7. api/ntpdatetime/ [name='ntp_datetime_api']
  8. login/ [name='login']
  9. logout/ [name='logout']
  10. dashboard/ [name='dashboard']
  11. change-password/ [name='change-password']
  12. password-reset/ [name='password_reset']
  13. password-reset/done/ [name='password_reset_done']
  14. password-reset-confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  15. password-reset-complete/ [name='password_reset_complete']
  16. profile-update/ [name='profile-update']
  17. profile/ [name='profile']
  18. shift_report/ [name='shift_report']
  19. get_dpus_by_location/ [name='get_dpus_by_location']
  20. get_societies_by_dpu/ [name='get_societies_by_dpu']
  21. ledger/ [name='ledger_report']
  22. add_dpu/ [name='add_dpu']
  23. active_dpu/ [name='active_dpu']
  24. dpudetails/<str:dpuid>/ [name='dpudetails']
  25. edit_dpu/<str:st_id>/ [name='edit_dpu']
  26. upload_customer_csv/ [name='upload_customer_csv']
  27. download_latest_csv/<str:st_id>/ [name='download_latest_csv']
  28. api/cidrange/ [name='get_cid_range']
  29. api/cust_info/ [name='get_cust_info']
  30. customer-list/<str:st_id>/ [name='customer-list']
  31. api/config/ [name='config-api']
  32. download/<str:st_id>/ [name='download_config_by_st_id']
  33. upload_rate_table/ [name='upload_rate_table']
  34. rate_table_list/ [name='rate_table_list']
  35. download-rate-table/<int:rate_table_id>/ [name='download_rate_table']
  36. api/lastratedate/ [name='lastratedate_api']
  37. api/ratesitem/ [name='ratesitem_api']
  38. ^media/(?P<path>.*)$

The current path, ~snmcca/newsletter/contact/, 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.