Go to file
2017-01-19 15:31:17 -05:00
html_site Update run commands and add poor templating 2017-01-17 00:42:30 -05:00
static Closer to full index page correctness 2017-01-19 15:31:17 -05:00
templates Closer to full index page correctness 2017-01-19 15:31:17 -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