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

https://github.com/fogstream/django-fs-dump


https://github.com/fogstream/django-fs-dump

Last synced: 2 months ago
JSON representation

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 `_