My attempt at rebuilding my personal website using the Flask framework in Python
Find a file
2016-03-26 09:25:34 -07:00
static Fixed the styles for mobile 2016-03-26 09:25:34 -07:00
templates Fixed the styles for mobile 2016-03-26 09:25:34 -07:00
.gitignore Added virtualenv to prevent conflicts with other projects and put the venv/ drectory on the gitignore list 2016-03-09 19:38:37 -06:00
admin.py Added some basic formatting to the blog posts to prevent errors with mysql. 2016-03-16 23:07:09 -07:00
config-example.py Added requirements for the project, added WTForms for contact form validation, and finished setting up the contact form. Now ready to go into production for testing there. 2016-03-09 21:42:37 -06:00
flask_site.py Limited the number of blog posts on the homepage for cleanliness 2016-03-16 23:12:15 -07:00
README.md Added a readme file 2016-03-03 22:12:47 -06:00
requirements.txt Added requirements for the project, added WTForms for contact form validation, and finished setting up the contact form. Now ready to go into production for testing there. 2016-03-09 21:42:37 -06:00
schema.sql Added requirements for the project, added WTForms for contact form validation, and finished setting up the contact form. Now ready to go into production for testing there. 2016-03-09 21:42:37 -06:00
setup.py Renamed install.py to setup.py to sound more Python-y and finished up the blog upload/views for posts. 2016-03-07 23:39:55 -06:00

Flask Site

This is nothing more than a test run for me, trying to learn Flask.

It initially began as me following the tutorial found here: http://flask.pocoo.org/docs/0.10/tutorial/

I hope to modify it and build on it further to develop it into a working copy of my personal website.

My personal website can be found at http://wbrawner.com