Go to file
2017-01-17 01:41:41 -05:00
html_site Update run commands and add poor templating 2017-01-17 00:42:30 -05:00
static Progress to v1 2017-01-17 01:41:41 -05:00
templates Progress to v1 2017-01-17 01:41:41 -05:00
.gitignore First flask push 2017-01-12 08:06:39 -05:00
README.md Update run commands and add poor templating 2017-01-17 00:42:30 -05:00
run_site.py Update run commands and add poor templating 2017-01-17 00:42:30 -05:00

Running the site


` source env/bin/activate export FLASK_APP=run_site.py export FLASK_DEBUG=1 flask run --host=0.0.0.0