Metadata-Version: 1.1
Name: django-simplegallery
Version: 0.12
Summary: django image gallery app
Home-page: http://github.com/divio/django-simplegallery/
Author: Stefan Foulis
Author-email: UNKNOWN
License: UNKNOWN
Description: django-simplegallery
        ====================
        
        simple gallery
        
        dependecies
        -----------
        
        * django-filer
        * classy js: https://github.com/FinalAngel/classy-frontend-framework
        * jquery
        * jquery.cycle
        
        
        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 `simplegallery/media` is accessible at your MEDIA_URL
        
        * These external js dependencies also need to be made accessable at these
        default locations:
          * `{{ MEDIA_URL }}js/libs/jquery-1.4.4.js`
          * `{{ MEDIA_URL }}js/libs/classy-1.3.js`
          * `{{ MEDIA_URL }}js/plugins/jquery.cycle-2.97.js`
        
        You can change the locations of these files by overriding the templates.
        
        
        
        
        
        0.12
        ====
        
        * groups is no longer a mandatory field
        Backward incompatible changes!
        
        * css has changed
        * js dependencies are no longer bundled
        
        0.11.0a1
        ========
        
        Backwards incompatible changes!
         * added django-sekizai dependency
         * added django-tinymce dependency
         * default stylesheets and html structure changed, files renamed
        
        Added detail change view for images in Gallery
        No more `null=True` on `CharFields` and `TextFields` (used `blank=True, default=''` instead)
        
        
        0.10.0a
        =======
        
        Changed image fields from image_filer to filer (backwards incompatible change)
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Development Status :: 5 - Production/Stable
Requires: django (<1.2.5)
Requires: mptt (<0.4)
Requires: django_cms
Requires: django_filer
Requires: django_multilingual_ng
Requires: django_tinymce
