Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 202 Bytes

installation.rst

File metadata and controls

11 lines (7 loc) · 202 Bytes

Installation

Install django-pgtrigger with:

pip3 install django-pgtrigger

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