Merge pull request #2387 from paperless-ngx/fix-2384

[Documentation] Add note re `PAPERLESS_DEBUG` for dev server
This commit is contained in:
shamoon
2023-01-08 16:41:08 -08:00
committed by GitHub

View File

@@ -429,7 +429,9 @@ supported.
and pointing your browser to http://localhost:8000 if
accessing from the same devices on which paperless is installed.
If accessing from another machine, set up systemd services.
If accessing from another machine, set up systemd services. You may need
to set `PAPERLESS_DEBUG=true` in order for the development server to work
normally in your browser.
!!! warning