Go to file
2017-01-25 18:07:07 -05:00
html_site Update run commands and add poor templating 2017-01-17 00:42:30 -05:00
images Update aboutus page 2017-01-25 18:07:07 -05:00
static Getting closer to the slimmed down v1 2017-01-23 16:09:20 -05:00
templates Update aboutus page 2017-01-25 18:07:07 -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 aboutus page 2017-01-25 18:07:07 -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