Go to file
2017-06-14 23:25:38 -04:00
build Shrinking Photos for load times 2017-06-14 23:25:38 -04:00
html_site Update directory and content locations, start automating project display 2017-02-06 17:34:21 -05:00
images Update aboutus page 2017-01-25 18:07:07 -05:00
projects Movking ceilings, cleaning about us page 2017-02-08 08:51:28 -05:00
static Update directory and content locations, start automating project display 2017-02-06 17:34:21 -05:00
templates Update requirements and add Google Analytics 2017-03-02 03:48:26 +00:00
.gitignore First flask push 2017-01-12 08:06:39 -05:00
os Latest build for deployment 2017-06-05 23:28:56 -04:00
README.md Updated chain for Freezing Flask! 2017-06-05 23:28:33 -04:00
requirements.txt Add flask freeze to make a static site 2017-06-01 13:55:06 -04:00
run_site.py Updated chain for Freezing Flask! 2017-06-05 23:28:33 -04:00
server.sh Update directory and content locations, start automating project display 2017-02-06 17:34:21 -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

Building the static site

source env/bin/activate python run_site.py