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.