diff options
-rw-r--r-- | README.md | 10 | ||||
m--------- | app/src | 0 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ -# Forms in Flask +# Curie-Web -In this Flask app we will demonstrate the basics of processing forms and also using a form library called WT Forms.
\ No newline at end of file +``` +export PATH=$PATH:/home/pi/Desktop/Curie-Web/app/src/scripts +export PYTHONPATH=$PYTHONPATH:/home/pi/Desktop/Curie-Web/app/src +alias plip="python3 /home/pi/Desktop/Curie-Web/app/src/plip/plipcmd.py" +chmod +x /home/pi/Desktop/Curie-Web/app/src/scripts/*.sh +chmod +x /home/pi/Desktop/Curie-Web/app/src/scripts/*.py +``` diff --git a/app/src b/app/src -Subproject ac2f2ca38089c40ca9c57b33df1395fb6fad727 +Subproject 5ea3aa81360543c7f2302415a019d135cfb1b9c |