Bootstrap initial thing which can login

This commit is contained in:
Jonas Schäfer
2020-02-29 12:37:56 +01:00
parent 821ab7bd1f
commit aade4c67fd
7 changed files with 269 additions and 0 deletions

4
.envrc Normal file
View File

@@ -0,0 +1,4 @@
layout python3
export QUART_APP=snikket_web:app
export SNIKKET_WEB_CONFIG="$(pwd)/.local/web_config.py"