summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-02-12 16:31:35 +0100
committerxengineering <mail2xengineering@protonmail.com>2021-02-12 16:31:35 +0100
commitf36e1a635e0611a0783cf232ba7a70ca0fa87f2f (patch)
treed5eb5486a827426217e346965302c5166da31411 /README.md
parent4cb1ef1ff3985f7fbd8768f1c5dae5bbbe347b26 (diff)
downloadweb-template-f36e1a635e0611a0783cf232ba7a70ca0fa87f2f.tar
web-template-f36e1a635e0611a0783cf232ba7a70ca0fa87f2f.tar.zst
web-template-f36e1a635e0611a0783cf232ba7a70ca0fa87f2f.zip
Check if settings.json Values are valid
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8bd9f65..9b544e3 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ A template project for mixed static / dynamic web applications.
## Current State
-This project is in **early development** state. Please be very careful. The scripts behind the make targets will install and uninstall files on your system without any checks at the moment. Have a look at the ```Makefile``` and ```manage.py``` for details.
+This project is in **early development** state. Please be very careful. The scripts behind the make targets will install and uninstall files on your system without checking for existing files. This means that existing files from other sources could be overwritten or deleted. Have a look at the ```Makefile``` and ```manage.py``` for details.
## Usage