Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 404 Bytes

installation.rst

File metadata and controls

15 lines (10 loc) · 404 Bytes

Installation

Install django-pgclone with:

pip3 install django-pgclone

After this, add pgclone to the INSTALLED_APPS setting of your Django project.

Note

Install the AWS CLI to enable the S3 storage backend. Use pip install awscli or follow the installation guide here.