Open gordonje opened 4 years ago
Be sure to run pipenv sync --dev to install django-postgres-copy.
pipenv sync --dev
The management command should loop over all of the model and export to csv files.
First draft of this might just write the files to a local directory. Then we can look at writing to an S3 bucket.
Be sure to run
pipenv sync --dev
to install django-postgres-copy.The management command should loop over all of the model and export to csv files.
First draft of this might just write the files to a local directory. Then we can look at writing to an S3 bucket.