https://github.com/fogstream/django-fs-dump
https://github.com/fogstream/django-fs-dump
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fogstream/django-fs-dump
- Owner: fogstream
- License: mit
- Created: 2020-10-28T05:41:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T00:58:16.000Z (over 1 year ago)
- Last Synced: 2026-03-16T07:50:40.615Z (3 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Prerequisites
=============
The package postgresql-client should be installed on the host.
Introduction
============
django-fs-dump is the Django-related reusable app provides the ability to dump database and media files via an admin interface.
Installation
============
Install ``django-fs-dump`` using ``pip``::
$ pip install django-fs-dump
Add the ``'fs_dump'`` application to the ``INSTALLED_APPS`` setting of your Django project ``settings.py`` file::
INSTALLED_APPS = (
...
'fs_dump',
...
)
Run ``migrate``::
$ ./manage.py migrate
Credits
=======
`Fogstream `_