]> WPIA git - motion.git/blobdiff - README.md
add: add footer with copyright and legal requirements
[motion.git] / README.md
index a3fd49372415f7de6c0e0c8701ee333534670666..3e0daca09b6ed1d2dca2b29ab58853b2647402be 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ virtualenv -p python3 .
 . bin/activate
 pip install -r requirements.txt
 ```
-Then edit config.py.example into config.py with your database connection
+Then edit config.py.example into config.py with your database connection and web site settings
 
 ## Development and debug
 
@@ -40,7 +40,7 @@ The following user rights can be granted:
 - finish: user is able to close a running motion
 - audit: user is able to see given votes of a finished motion
 
-To grant right use the following (here with vote right as example): 
+To grant right use the following (here with vote right as example):
 - on all groups add "vote:*"
 - on one given group add "vote:group1"
 - on two given groups add "vote:group1 vote:group2"