photologue’ Entries

  • Why I Love django-photologue

    When I first started working with Django, I didn't know about photologue. Whenever I needed an image for a particular model, I would use the standard django ImageField(). I would search on the internet for snippets and techniques on creating thumbnails for the images when they are saved. This became a bit tedious, and after searching for a while longer, I discovered a wonderful little app, which I still use from time to time, called sorl.

    The next project I woked on required a gallery, I thought I'd take advantage …

    Read More …