gb-pcbe.ghabbour.com Open in urlscan Pro
196.223.16.148  Public Scan

URL: https://gb-pcbe.ghabbour.com/
Submission Tags: falconsandbox
Submission: On September 19 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

PAGE NOT FOUND (404)

Request Method: GET Request URL: https://gb-pcbe.ghabbour.com/

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

 1. admin/
 2. api/v1/
 3. password_reset/ [name='admin_password_reset']
 4. password_reset/done/ [name='password_reset_done']
 5. reset/<uidb64>/<token>/ [name='password_reset_confirm']
 6. reset/done/ [name='password_reset_complete']
 7. accounts/login/
 8. ^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.