Metadata-Version: 1.1
Name: django-prune-uploads
Version: 0.1.0
Summary: Prune and maintain file uploads
Home-page: https://github.com/matthiask/django-prune-uploads/
Author: Matthias Kestenholz
Author-email: mk@feinheit.ch
License: MIT License
Description: ======================================================
        django-prune-uploads - Prune and maintain file uploads
        ======================================================
        
        Steps
        =====
        
        1. Install ``django-prune-uploads`` using pip and add ``prune_uploads``
           to your ``INSTALLED_APPS``.
        
        2. Run ``./manage.py prune_uploads`` and have a look at the output (does
           not change anything in the database or the file system!)
        
        3. Run ``./manage.py prune_uploads -v2`` for a potentially much more
           verbose report.
        
        4. Run ``./manage.py prune_uploads --help`` to learn about the available
           options for actually changing and/or removing files and records.
        
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
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: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
