Skip to content

Commit

Permalink
Cleaned up code
Browse files Browse the repository at this point in the history
  • Loading branch information
richmao committed Nov 17, 2016
1 parent b15b874 commit 0f17b2d
Show file tree
Hide file tree
Showing 8 changed files with 551 additions and 109 deletions.
134 changes: 59 additions & 75 deletions .idea/workspace.xml

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions controllers/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ def edit_post():
p.post_content = request.vars.post_content
p.update_record()

# Just a placeholder for now.
def edit_bio():
return 0

@auth.requires_signature()
def del_post():
db(db.post.id == request.vars.post_id).delete()
Expand Down
Loading

0 comments on commit 0f17b2d

Please sign in to comment.