Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathan-osman/django-archive
Management command for creating compressed archives of Django projects, including database tables and uploaded media.
https://github.com/nathan-osman/django-archive
django pypi python
Last synced: 7 days ago
JSON representation
Management command for creating compressed archives of Django projects, including database tables and uploaded media.
- Host: GitHub
- URL: https://github.com/nathan-osman/django-archive
- Owner: nathan-osman
- License: mit
- Created: 2014-12-17T19:13:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T23:59:59.000Z (over 4 years ago)
- Last Synced: 2024-10-06T14:05:16.544Z (about 1 month ago)
- Topics: django, pypi, python
- Language: Python
- Size: 60.5 KB
- Stars: 29
- Watchers: 2
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Django Archive
[![Build Status](https://travis-ci.org/nathan-osman/django-archive.svg?branch=master)](https://travis-ci.org/nathan-osman/django-archive)
[![Coverage Status](https://coveralls.io/repos/github/nathan-osman/django-archive/badge.svg?branch=master)](https://coveralls.io/github/nathan-osman/django-archive?branch=master)
[![Latest Documentation](https://readthedocs.org/projects/django-archive/badge/?version=latest)](http://django-archive.readthedocs.org/en/latest/)
[![PyPI Version](http://img.shields.io/pypi/v/django-archive.svg?style=flat)](https://pypi.python.org/pypi/django-archive)
[![PyPI Downloads](http://img.shields.io/pypi/dm/django-archive.svg?style=flat)](https://pypi.python.org/pypi/django-archive)
[![License](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](http://opensource.org/licenses/MIT)Django Archive provides a management command that will create a compressed archive of database tables and uploaded media.
### Documentation
For installation instructions and usage, please consult the documentation:
> http://django-archive.readthedocs.org/en/latest/