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.
- Host: GitHub
- URL: https://github.com/bckohan/django-snapshots
- Owner: bckohan
- License: mit
- Created: 2026-03-12T00:03:23.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-20T22:04:58.000Z (3 months ago)
- Last Synced: 2026-03-21T08:54:31.653Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# django-snapshots
[](https://opensource.org/licenses/MIT)
[](https://github.com/astral-sh/ruff)
[](https://pypi.python.org/pypi/django-snapshots/)
[](https://pypi.python.org/pypi/django-snapshots/)
[](https://pypi.org/project/django-snapshots/)
[](https://pypi.python.org/pypi/django-snapshots)
[](http://django-snapshots.readthedocs.io/?badge=latest/)
[](https://codecov.io/gh/bckohan/django-snapshots)
[](https://github.com/bckohan/django-snapshots/actions/workflows/test.yml?query=branch:main)
[](https://github.com/bckohan/django-snapshots/actions/workflows/lint.yml?query=branch:main)
[](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).