django-simplegallery 0.13

django-simplegallery is a simple image gallery app for Django.Installation:* `pip install django-simplegallery`* follow the setup instructions for django-filer* add `simplegallery` to INSTALLED_APPS and run syncdb or south migrate* make sure...