Metadata-Version: 1.1
Name: django-fine-uploader
Version: 0.0.1
Summary: A simple plug-n-play fine-uploader module
Home-page: https://github.com/derek-adair/
Author: Derek Adair
Author-email: d@derekadair.com
License: MIT
Description: Django Fine Uploader
        =============
        
        Eventually this will be a package for easy installation fine_uploader into my django apps.
        
            git clone git@github.com:derek-adair/django-fine-uploader.git demo && cd demo
            fig up
            
            #in another terminal
            fig run web syncdb
        
Keywords: Django Fine Uploader fine-uploader
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
