Metadata-Version: 1.1
Name: django-licensing
Version: 0.2.2
Summary: A Django model and data for adding licensing info to data.
Home-page: http://github.com/editorsnotes/django-licensing
Author: Ryan Shaw
Author-email: ryanshaw@unc.edu
License: Public Domain
Download-URL: http://github.com/editorsnotes/django-licensing/tarball/0.2.1
Description: =========
        Licensing
        =========
        
        Licensing provides an abstract base class for Django models that
        contain licensable content. It provides descriptions and localizations
        of Creative Commons licenses, but any license could be added.
        
        The characters in the `symbols` fields of the provided Creative Commons
        licenses are intended to be displayed with this Creative Commons icons font:
        http://pfefferle.github.io/openwebicons/#cc-icons
        
        Quick start
        -----------
        
        1. Add "licensing" to your INSTALLED_APPS setting like this::
        
              INSTALLED_APPS = (
                  ...
                  'licensing',
              )
        
        2. Run `python manage.py syncdb` to create the licensing models.
        
Keywords: django,licenses,licences
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
