richardbarran / django-photologue

A customizable plug-in photo gallery management application for the Django web framework.
BSD 3-Clause "New" or "Revised" License
676 stars 238 forks source link

DEBUG = False issue #130

Closed camara90100 closed 9 years ago

camara90100 commented 9 years ago

on a live website when I turn off debug, all pictures that were uploaded when DEBUG= True don't load.

Same SITE_ID.

richardbarran commented 9 years ago

Hi Camara, If I understand correctly, on the live website, the pictures display correctly if DEBUG=True, but you get 404s if DEBUG=False?

camara90100 commented 9 years ago

Actually that was a problem from my end, I didn't set up the URLs.py file to serve media correctly when DEBUG=False. I thought it was a photologue issue because all media wasn't rendering, and all were basically Photoluge's.

richardbarran commented 9 years ago

Ok - issue with project settings, not with Photologue. I will close this ticket.