Re: Django-Photologue - error deleting a photo

2019-02-12 Thread Victor H. Velasquez Rizo
Got it. Thank you On Tue, Feb 12, 2019 at 12:40 AM Mike Dewhirst wrote: > On 12/02/2019 4:54 pm, Victor H. Velasquez Rizo wrote: > > Hi Mike. > > I have spend hours trying to get the code where all this crazyness is > > happening with no good luck. > > I would like to ask you if there is any pos

Re: Django-Photologue - error deleting a photo

2019-02-11 Thread Mike Dewhirst
On 12/02/2019 4:54 pm, Victor H. Velasquez Rizo wrote: Hi Mike. I have spend hours trying to get the code where all this crazyness is happening with no good luck. I would like to ask you if there is any posibility you can access my computer trhoug TEAMVIWER and guide me on this. I would love

Re: Django-Photologue - error deleting a photo

2019-02-11 Thread Victor H. Velasquez Rizo
Hi Mike. I have spend hours trying to get the code where all this crazyness is happening with no good luck. I would like to ask you if there is any posibility you can access my computer trhoug TEAMVIWER and guide me on this. On Mon, Feb 11, 2019 at 9:40 PM Mike Dewhirst wrote: > On 12/02/2019 2:

Re: Django-Photologue - error deleting a photo

2019-02-11 Thread Mike Dewhirst
On 12/02/2019 2:19 pm, Victor H. Velasquez Rizo wrote: Hello mike. Thank you for all this information. I've been checking the migrations but I don't see anything with the *sort_value* In that case you have asked for gallery_photos.sort_value somewhere in your code and that is being interpret

Re: Django-Photologue - error deleting a photo

2019-02-11 Thread Victor H. Velasquez Rizo
Hello mike. Thank you for all this information. I've been checking the migrations but I don't see anything with the *sort_value* Photologue Galleries Add Change Photo effects Add Change Photo sizes Add Change Photos Add Change Watermarks When I get into

Re: Django-Photologue - error deleting a photo

2019-02-11 Thread Mike Dewhirst
On 12/02/2019 11:47 am, Victor H. Velasquez Rizo wrote: Yes Mike. I have done both: In that case, you need to inspect the database itself using PGAdmin (or similar for other databases) and confirm that the gallery_photos table does indeed have a sort_value column. If not - as the error mess

Re: Django-Photologue - error deleting a photo

2019-02-11 Thread Victor H. Velasquez Rizo
Yes Mike. I have done both: *python manage.py makemigrations* /home/vic/dev/scribblitt/scribblitt-app/.env/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1156: RemovedInDjango19Warning: Passing callable argumentsto queryset is deprecated. value, lookups, used_joins = self.prepar

Re: Django-Photologue - error deleting a photo

2019-02-11 Thread Mike Dewhirst
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

Re: Django-Photologue - error deleting a photo

2019-02-11 Thread Mike Dewhirst
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 "gall