Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 220 Bytes

installation.rst

File metadata and controls

11 lines (7 loc) · 220 Bytes

Installation

Install django-pghistory with:

pip3 install django-pghistory

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