wisetechdemo.api.projectdemo.site Open in urlscan Pro
54.204.191.41  Public Scan

Submitted URL: http://wisetechdemo.api.projectdemo.site/
Effective URL: https://wisetechdemo.api.projectdemo.site/
Submission: On November 17 via api from FI — Scanned from FI

Form analysis 0 forms found in the DOM

Text Content

PAGE NOT FOUND (404)

Request Method: GET Request URL: http://wisetechdemo.api.projectdemo.site/

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

 1. admin/
 2. api/v1/
 3. api/v1/auth/token/refresh/ [name='token_refresh']
 4. ^media/(?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.