2

So I was looking at: http://djangopackages.com/grids/g/gallery/

because I need to add a gallery app to my project.

I noticed that Imagestore seems to be more actively maintained and have more features, but that more people by far are using Photologue.

I'm wondering why and welcome any advice on which I should use (and why!)

Colleen
  • 23,899
  • 12
  • 45
  • 75
  • My experience with Photologue has been bad. I haven't used it in a couple of years, but I recall there was a model in which the first line of the model's save() method called delete() on itself. *facepalm* – Casey Kinsey Mar 07 '12 at 22:28
  • @Casey Kinsey Yes, its `GalleryUpload` model. It is only used to upload a ZIP of images and to create `Photo` and `PhotoGallery` objects out of them. It's not really sinful as you make it sound. Biggest problem with photologue is that it has not been maintained for some time. Also any reference to alternative applications is welcomed. – Davor Lucic Apr 16 '12 at 11:15
  • 1
    @rebus, I would say it shows a pretty big lack of understanding in Django (and Python's) core methodology. I think the OP has the answer already though, after checking the grid I'd go with Imagestore for the same reasons she suggested. I'm not offering that as an answer though, as I've never used it in a project either so I lack first hand experience. – Casey Kinsey Apr 16 '12 at 15:23

0 Answers0