Metadata-Version: 1.1
Name: django-random-image
Version: 0.1
Summary: A Django app for displaying a randomly selected image out of a set of django-filer images.
Home-page: https://github.com/febsn/django-random-image
Author: Fabian Lehner
Author-email: fl@makonis.net
License: BSD License
Description: ===================
        django-random-image
        ===================
        
        django-random-image is a simple django app for using an image randomly from a user-defined set of ``django-filer``
        images in a django template. Every image is only active during a time range set for it.
        
        Requires ``django-filer``.
        
        Quick start
        -----------
        1. Install with your favorite tool
        2. Add ``'random_image'`` to ``INSTALLED_APPS``.
        3. Migrate your database.
        4. You can now add images in the admin under ``Random images``.
        5. Add ``{% load random_image %}`` to your template of choice and use {% random_image as image %} to load a randomly selected image into the ``image`` template variable.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
