Go to file
2018-12-31 01:28:24 -05:00
.vscode Add Logo, change phone number, freeze site 2018-11-20 01:30:20 -05:00
html_site Add Categories and a fresh look index soon to be pushed 2018-12-31 01:28:24 -05:00
images Add Categories and a fresh look index soon to be pushed 2018-12-31 01:28:24 -05:00
projects Add Categories and a fresh look index soon to be pushed 2018-12-31 01:28:24 -05:00
static Add Logo, change phone number, freeze site 2018-11-20 01:30:20 -05:00
templates Add Categories and a fresh look index soon to be pushed 2018-12-31 01:28:24 -05:00
.gitignore Add Categories and a fresh look index soon to be pushed 2018-12-31 01:28:24 -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 Latest frozen site 2018-11-20 05:48:34 +00:00
run_site.py Add Categories and a fresh look index soon to be pushed 2018-12-31 01:28:24 -05: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