On 12/02/2019 10:23 am, Victor H. Velasquez Rizo wrote:
Hello Mike. I have ran the migrations for PHOLOGUE: *Running migrations:* * No migrations to apply.*
Ok, have you done manage.py makemigrations followed by manage.py migrate?
On Mon, Feb 11, 2019 at 4:02 PM Mike Dewhirst <[email protected] <mailto:[email protected]>> wrote: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 existThis 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 MikeLINE 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 theGoogle Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>. 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.-- Atte...,. Vìctor Hugo Velàsquez Rizo Cali - Colombia
-- 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 [email protected]. To post to this group, send email to [email protected]. 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/3ca7d1f7-a15b-03d5-6514-716c397e235f%40dewhirst.com.au. For more options, visit https://groups.google.com/d/optout.

