Metadata-Version: 1.1
Name: django-generic-plus
Version: 1.0.9
Summary: Django model field that combines the functionality of GenericForeignKey and FileField
Home-page: https://github.com/theatlantic/django-generic-plus
Author: The Atlantic
Author-email: programmers@theatlantic.com
License: UNKNOWN
Description: django-generic-plus
        ###################
        
        **django-generic-plus** is a python module which provides a Django model
        field that combines the functionality of GenericForeignKey and FileField
        into a single field.
        
        It is useful in situations where one wishes to associate metadata with a
        FileField or ImageField. It is currently used by
        `django-cropduster <https://github.com/theatlantic/django-cropduster>`_.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
