Commit a72588a8 authored by Bruno Rocha's avatar Bruno Rocha

pep8 changes

parent c7015228
......@@ -24,6 +24,7 @@ db = conn.test
# for i in range(30):
# db.user.insert({'name': 'Mike %s' % i})
# User admin
class InnerForm(form.Form):
name = fields.StringField('Name')
......@@ -52,6 +53,7 @@ class UserView(ModelView):
page_size = 20
can_set_page_size = True
# Tweet view
class TweetForm(form.Form):
name = fields.StringField('Name')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment