gcivil-nyu-org / match-a-pet

0 stars 1 forks source link

Showing debug page #127

Open jgingh7 opened 3 years ago

jgingh7 commented 3 years ago

I typed random address on the website (used "/dkajfdksl") and was directed to Django's default debug page.

Expected Behavior

Current Behavior

I typed random address on the website (used "/dkajfdksl") and was directed to Django's default debug page. image

Ideas for Improvement

Modify debug setting of Django to False, and maybe implement an error page/

Steps to Reproduce

1. 2. 3. 4.

Context (Environment)

Since the debug page can provide information about the website that you can use to hinder, it will be best to have debug setting to false.