swapnilsparsh / Rescue

A women’s safety website that sends emails and messages to your trusted ones.
MIT License
122 stars 193 forks source link

No Images in the website #293

Closed swapnilsparsh closed 3 years ago

swapnilsparsh commented 3 years ago

All the images that were there on the website are not showing due to some bug. FIx it ASAP.

coding-geek21 commented 3 years ago

@swapnilsparsh I would like to work on this , please assign me

swapnilsparsh commented 3 years ago

@coding-geek21 If possible then please make the PR for this issue ASAP.

arpit456jain commented 3 years ago

its because DEBUG = False if DEBUG == True its working fine but then the 404 error can not be handled

swapnilsparsh commented 3 years ago

its because DEBUG = False if DEBUG == True its working fine but then the 404 error can not be handled

In which file?

arpit456jain commented 3 years ago

its because DEBUG = False if DEBUG == True its working fine but then the 404 error can not be handled

In which file?

Settings.py

https://github.com/swapnilsparsh/Rescue/blob/master/mysite/settings.py

coding-geek21 commented 3 years ago

@swapnilsparsh I have made the PR and now this bug is fixed

arpit456jain commented 3 years ago

@swapnilsparsh I have made the PR and now this bug is fixed

That's a really good fix . You handle the debug for both states (True and False) Great