Skip to content

Commit

Permalink
Fix CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerring committed Mar 31, 2018
1 parent 962da0a commit ddeba33
Show file tree
Hide file tree
Showing 12 changed files with 1,325 additions and 59 deletions.
20 changes: 20 additions & 0 deletions .idea/datafest-moneymap.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

307 changes: 307 additions & 0 deletions .idea/workspace.xml

Large diffs are not rendered by default.

Binary file modified config.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion moneymap.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

app = Flask(__name__, static_folder=os.path.join(ROOT, 'public'), static_url_path='/public')
app.config.from_object('config')
app.debug = True
#app.debug = True

@app.route("/")
def home():
Expand Down
Loading

0 comments on commit ddeba33

Please sign in to comment.