SMTL

Die Stadtmeistersteilerliste und das Anmeldeformular - SK Langen e.V.
git clone git://git.oshgnacknak.de/SMTL.git
Log | Files | Refs | README

commit 7d49107d056ecd12fa1c6bd99f543c8c5b969318
parent f8272ba521f0c4fb12b17c4215d15ca9bfc8e5be
Author: Oshgnacknak <osh@oshgnacknak.de>
Date:   Tue, 25 Jun 2019 21:36:43 +0100

English + Update README

Diffstat:
MREADME.md | 30++++++++++++++++++++++++++++--
1 file changed, 28 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,4 +1,30 @@ # SMTL -Dies ist eine 'single page webapp' für die Stadtmeistersteilerliste -und das Anmeldeformular geschrieben in python/flask. +This is a 'single page webapp' for the 'Stadtmeistersteilerliste' +and the singup form written in python/flask. + + +## How to Run + +```sh +# Clone this repository +git clone git@github.com:Oshgnacknak/SMTL.git + +# cd into it +cd SMTL + +# Install dependencies +pip install -r requirements.txt + +# Create config.py and change the 'SECRET_KEY' +cp config.py.dist config.py + +# Execute run.py +pyhton run.py +``` + + +## TODO + +- Create any form of database for the players. +- Use a CSRF token.