My attempt at rebuilding my personal website using the Flask framework in Python
Find a file
2016-03-28 22:54:13 -07:00
static More updates: added an icon for apple devices to add the site to their home screen, and fixed the links to the web apps since they now both reside on their own subdomains. 2016-03-28 22:54:13 -07:00
templates More updates: added an icon for apple devices to add the site to their home screen, and fixed the links to the web apps since they now both reside on their own subdomains. 2016-03-28 22:54:13 -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 Fixed mobile styles 2016-03-27 11:52:05 -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