Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 174 Bytes

installation.rst

File metadata and controls

9 lines (6 loc) · 174 Bytes

Installation

Install django-pgbulk with:

pip3 install django-pgbulk

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