wc-django-folders-backuper


Namewc-django-folders-backuper JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummarySimple folders backuping mechanism.
upload_time2023-10-11 12:37:41
maintainer
docs_urlNone
authorWebCase
requires_python>=3.6
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "wc-django-folders-backuper",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "WebCase",
    "author_email": "info@webcase.studio",
    "download_url": "https://files.pythonhosted.org/packages/77/09/47c54e86067d0cbd870f3f8b70ac2d300b25ec8eaf70dfce218debc75688/wc-django-folders-backuper-0.1.2.tar.gz",
    "platform": null,
    "description": "# WebCase files backup\n\nVery simple folders backup script with admin interface to download backup.\n\n## Installation\n\n```sh\npip install wc-django-folders-backuper\n```\n\nIn `settings.py`:\n\n```python\n\nINSTALLED_APPS += [\n  'wcd_folders_backuper',\n]\n```\n\n## Usage\n\n```python\npython manage.py folders_backup\n```\n# Changelog\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),\nand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\n\n## [Unreleased]\n\n## [0.1.1]\n### Added\n- Files will be removed on backup model instances delete.\n\n## [0.1.0]\nInitial version.",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Simple folders backuping mechanism.",
    "version": "0.1.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "770947c54e86067d0cbd870f3f8b70ac2d300b25ec8eaf70dfce218debc75688",
                "md5": "0e02af267b1539ed85083edb17d46583",
                "sha256": "d406cdfdcfb5c9c0562257d119e599b40e4a905b8041a999a333be07ac08327b"
            },
            "downloads": -1,
            "filename": "wc-django-folders-backuper-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0e02af267b1539ed85083edb17d46583",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 6971,
            "upload_time": "2023-10-11T12:37:41",
            "upload_time_iso_8601": "2023-10-11T12:37:41.528359Z",
            "url": "https://files.pythonhosted.org/packages/77/09/47c54e86067d0cbd870f3f8b70ac2d300b25ec8eaf70dfce218debc75688/wc-django-folders-backuper-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-11 12:37:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wc-django-folders-backuper"
}
        
Elapsed time: 0.24021s