Skip to main content

The Django-related reusable app provides the ability to dump database and media files via an admin interface.

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-fs-dump-0.0.2.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

django_fs_dump-0.0.2-py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page