Go to file
2018-11-20 05:48:34 +00: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 Latest frozen site 2018-11-20 05:48:34 +00:00
.gitignore Latest frozen site 2018-11-20 05:48:34 +00: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 Latest frozen site 2018-11-20 05:48:34 +00: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