taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 36a318fc740b7c738badd33c47aea42bc21fa8be
parent b4b2db62b3d236f6a35f8eb882c93de50ca0e046
Author: buckE <buckE@disroot.org>
Date:   Fri,  1 May 2020 01:22:05 +0000

location of settings.py specified

Diffstat:
Mweblate/SETUP.md | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/weblate/SETUP.md b/weblate/SETUP.md @@ -18,7 +18,7 @@ https://docs.weblate.org/en/latest/admin/install/venv-debian.html #### Notes on general installation: -* settings document is in `~/weblate-env/lib/python3.8/site-packages/weblate/settings.py` (see symlink in ~) +* settings document is in `~/weblate-env/lib/python3.8/site-packages/weblate/settings.py` (see symlink in ~) (backup copy in `.`) * "data directory" or "DATA_DIR" is `~/weblate-env/lib/python3.8/site-packages/data/` (see symlink to `DATA_DIR/` in ~) * virtualenv is invoked anytime with `. ~/weblate-env/bin/activate`. This activates the weblate path to access weblate binaries without full paths. @@ -118,4 +118,3 @@ Weblate server should now be set up and visible at the location specified in the * static files were not collected * nginx is not pointing to the correct location * maybe the `/home/weblate/DATA_DIR` symlink is broken? -