summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-05-01 01:22:05 +0000
committerbuckE <buckE@disroot.org>2020-05-01 01:22:05 +0000
commit36a318fc740b7c738badd33c47aea42bc21fa8be (patch)
tree5d43facfe97b39fe76275ba101805fc28f2e5743
parentb4b2db62b3d236f6a35f8eb882c93de50ca0e046 (diff)
downloaddeployment-36a318fc740b7c738badd33c47aea42bc21fa8be.tar.gz
deployment-36a318fc740b7c738badd33c47aea42bc21fa8be.tar.bz2
deployment-36a318fc740b7c738badd33c47aea42bc21fa8be.zip
location of settings.py specified
-rw-r--r--weblate/SETUP.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/weblate/SETUP.md b/weblate/SETUP.md
index 7a698b4..a832d2f 100644
--- 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?
-