I made a mistake and overwrote the Django server's settings file with the local version and I lost the database settings for postgresql I have setup a new user and when I tried to reload the site again I get an error from one of the models as permission denied for relation gallery_image
if I try this command from the shell
from gallery.models import Image
I get back
ProgrammingError: permission denied for relation gallery_image