Questions tagged [photologue]

64 questions
0
votes
2 answers

Django: remove GROUP BY added with extra() method?

Hi (excuse me for my bad english) ! When I make this: gallery_qs = Gallery.objects.all()\ .annotate(Count('photos'))\ .extra(select={'photo_id': 'photologue_photo.id'}) The sql query is : SELECT…
user166648
0
votes
1 answer

TypeError while uploading zip to photologue

I just installed photologue, and trying to upload zip file with images. Django (1.4) shows following error: TypeError at /admin/photologue/galleryupload/add/ coercing to Unicode: need string or buffer, tuple found What I need to do?
DSblizzard
  • 4,007
  • 7
  • 48
  • 76
0
votes
1 answer

Django admin action for photologue gallery change

I have a photologue site set up and I really wanted to add an admin action so that when looking at a list of photos in the Django admin I can select a few and mark their respective checkboxes and via an admin action change them to some other…
actionAxolot
  • 485
  • 5
  • 16
-1
votes
1 answer

How to insert django photologue gallery into a web-page?

I can't understand how to insert a photologue gallery into my web-page? I've installed that plugin, added to INSTALLED_APPS, updated urls.py and added photos to gallery in admin, but have no idea what to write in base.html or in any other template…
St Pavel
  • 339
  • 1
  • 3
  • 18
1 2 3 4
5