Better Hashbang #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "rm/interval-training:develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Der Hashbang in run.py Script kann so eigentlich nicht funktionieren.
Ausserdem habe ich das Debugging optional gemacht. Wenn man Debugging will dann
kann man das mit 'DEBUG=true ./run.py' aktivieren, ansonsten startet die Flask
Anwendung ohne aktiviertes Debugging.
Ich habe mir erlaubt hier noch eine gitignore Datei mit reinzunehmen, dann kannst Du
auch nicht aus Versehen
__pycache__und so einchecken ;-)