Go to file
2017-06-01 13:55:06 -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
README.md Update run commands and add poor templating 2017-01-17 00:42:30 -05:00
requirements.txt Add flask freeze to make a static site 2017-06-01 13:55:06 -04:00
run_site.py Add flask freeze to make a static site 2017-06-01 13:55:06 -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