On 12/02/2019 4:31 am, victor rizo wrote:
Hello everyone.

I am desperate trying to find a solution for this issue...


  ProgrammingError at /admin/photologue/photo/

column photologue_gallery_photos.sort_value does not exist

This says the column "sort_value" does not exist in the table "gallery_photos".

Column is database-speak for a model field. Your software thinks the column exists therefore it is a programming error. My best guess is that you need to do a migration.

https://docs.djangoproject.com/en/1.11/topics/migrations/

Cheers

Mike


LINE 1: ...lery_id", "photologue_gallery_photos"."photo_id", "photologu...

It is happening every time I try to delete a photo from *admin/photologue/photo.*
*
*
*Any help you can provided?*
*
*
*Thank you in advance.*
--
You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com <mailto:django-users+unsubscr...@googlegroups.com>. To post to this group, send email to django-users@googlegroups.com <mailto:django-users@googlegroups.com>.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/86a16f8d-1680-4418-9f00-d9eb41312dd7%40googlegroups.com <https://groups.google.com/d/msgid/django-users/86a16f8d-1680-4418-9f00-d9eb41312dd7%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/bd07614e-f32c-88d6-30b1-5917caffd3e7%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.

Reply via email to