I am trying to reduce my last dependencies on PHP and MySQL. The last stumbling block is the image gallery that I created for the client some time ago. The whole site is built around Django and Zine , with the exception of the image gallery, which is based on plogger . I would like to replace plogger with a Python solution. Requirements:
- good admin interface with batch download (my client believes FTP is some kind of illness).
- uses a template system (e.g. Jinja)
- WSGI Interface
- supports PostgreSQL
- bonus points if this is a Django app
I looked at django-photologue , which seems to be a good base for creating a gallery app. But this is not the gallery app I am looking for.
python web-applications gallery
Benjamin wohlwend
source share