stadanko / wrestletest

Testing on an object model for a wrestling sim
0 stars 0 forks source link

Added a number of changes. #5

Closed ghost closed 10 years ago

ghost commented 10 years ago

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.