My attempt at rebuilding my personal website using the Flask framework in Python
Find a file
2016-03-09 19:38:37 -06:00
static 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
templates started work on contact form 2016-03-09 18:49:33 -06: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 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
config-example.py Added an example configuration file 2016-03-03 22:16:13 -06:00
flask_site.py started work on contact form 2016-03-09 18:49:33 -06:00
README.md Added a readme file 2016-03-03 22:12:47 -06:00
schema.sql 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
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