Metadata-Version: 2.1
Name: wc-django-folders-backuper
Version: 0.1.1
Summary: Simple folders backuping mechanism.
Home-page: UNKNOWN
Author: WebCase
Author-email: info@webcase.studio
License: MIT License
Description: # WebCase files backup
        
        Very simple folders backup script with admin interface to download backup.
        
        ## Installation
        
        ```sh
        pip install wc-django-folders-backuper
        ```
        
        In `settings.py`:
        
        ```python
        
        INSTALLED_APPS += [
          'wcd_folders_backuper',
        ]
        ```
        
        ## Usage
        
        ```python
        python manage.py folders_backup
        ```
        # Changelog
        All notable changes to this project will be documented in this file.
        
        The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
        and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
        
        ## [Unreleased]
        
        ## [0.1.1]
        ### Added
        - Files will be removed on backup model instances delete.
        
        ## [0.1.0]
        Initial version.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
