Page not found (404)

Request Method: GET
Request URL: http://3.38.234.126/

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

  1. admin
  2. real-estate/<int:id> [name='get-real-estate']
  3. real-estate/<int:id>/<str:deal_type>/deals [name='get-deals']
  4. real-estates/<str:deal_type>/keyword [name='get-real-estates-on-search']
  5. real-estates/<str:deal_type> [name='get-real-estates-on-map']
  6. accounts
  7. api/token [name='token_obtain_pair']
  8. api/token/refresh [name='token_refresh']
  9. api/schema [name='schema']
  10. api/docs [name='swagger-ui']
  11. api/redoc [name='redoc']
  12. manticore [name='manticore']

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.