An open API service indexing awesome lists of open source software.

https://github.com/bckohan/django-snapshots

A generic and pluggable backup and restore management utility for Django.
https://github.com/bckohan/django-snapshots

Last synced: 3 months ago
JSON representation

A generic and pluggable backup and restore management utility for Django.

Awesome Lists containing this project

README

          

# django-snapshots
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![PyPI version](https://badge.fury.io/py/django-snapshots.svg)](https://pypi.python.org/pypi/django-snapshots/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/django-snapshots.svg)](https://pypi.python.org/pypi/django-snapshots/)
[![PyPI djversions](https://img.shields.io/pypi/djversions/django-snapshots.svg)](https://pypi.org/project/django-snapshots/)
[![PyPI status](https://img.shields.io/pypi/status/django-snapshots.svg)](https://pypi.python.org/pypi/django-snapshots)
[![Documentation Status](https://readthedocs.org/projects/django-snapshots/badge/?version=latest)](http://django-snapshots.readthedocs.io/?badge=latest/)
[![Code Cov](https://codecov.io/gh/bckohan/django-snapshots/branch/main/graph/badge.svg?token=0IZOKN2DYL)](https://codecov.io/gh/bckohan/django-snapshots)
[![Test Status](https://github.com/bckohan/django-snapshots/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/bckohan/django-snapshots/actions/workflows/test.yml?query=branch:main)
[![Lint Status](https://github.com/bckohan/django-snapshots/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/bckohan/django-snapshots/actions/workflows/lint.yml?query=branch:main)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/bckohan/django-snapshots/badge)](https://securityscorecards.dev/viewer/?uri=github.com/bckohan/django-snapshots)

A generic and pluggable backup and restore management utility for Django.

**This is a placeholder release! This library is under rapid initial development, we do not recommend using it yet!**

## Installation

```bash
pip install django-snapshots
```

## Documentation

Full documentation is available at [django-snapshots.readthedocs.io](https://django-snapshots.readthedocs.io).

## Contributing

Contributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md).