app.yaml -- Turned on Jinja2 templating. Set handler for static stylesheets.
stylesheets/ -- added stylesheets director and a stylesheet called "style.css"
index.html -- Found a nice snippet of code for a flat design profile. I think it will work out ok wth a lot of modding. (Pull information from wrestest.py)
wrestest.py -- made changes to the class MainPage in order to add template support. Set variables for wrestler stats. Wrestler stats are all set with names such as 'w_variablename'.
e.g. A wrestler's weight is w_weight.
app.yaml -- Turned on Jinja2 templating. Set handler for static stylesheets.
stylesheets/ -- added stylesheets director and a stylesheet called "style.css"
index.html -- Found a nice snippet of code for a flat design profile. I think it will work out ok wth a lot of modding. (Pull information from wrestest.py)
wrestest.py -- made changes to the class MainPage in order to add template support. Set variables for wrestler stats. Wrestler stats are all set with names such as 'w_variablename'. e.g. A wrestler's weight is w_weight.
wrestlerStats.py -- This wasn't in my fork.