From 004eb6ef836e34af662121b34e2184b9d8b7eb83 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9lestin=20Matte?= <gitlab@cmatte.me>
Date: Thu, 4 Nov 2021 12:49:10 +0100
Subject: [PATCH 3/3] Readme: add mention that pgweb install may not be
 necessary

---
 INSTALL.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/INSTALL.md b/INSTALL.md
index 9eed857..c49a7b4 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -173,6 +173,8 @@ sudo gpasswd -a list Debian-exim
 
 ### pgweb
 
+Note: This whole step may be skipped if using `USE_PG_COMMUNITY_AUTH=False` in pglister's settings.py to use Django's authentication system instead of pgweb. This has not been tested.
+
 1. Clone [pgweb repository](https://github.com/postgres/pgweb).
 
 2. Edit `settings.py` with your settings (you can also place you local changes in `settings_local.py`), then [install Django](https://docs.djangoproject.com/en/3.2/topics/install/).
-- 
2.43.1

