Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
a72588a8
Commit
a72588a8
authored
Mar 13, 2017
by
Bruno Rocha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pep8 changes
parent
c7015228
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
app.py
examples/tinymongo/app.py
+2
-0
No files found.
examples/tinymongo/app.py
View file @
a72588a8
...
@@ -24,6 +24,7 @@ db = conn.test
...
@@ -24,6 +24,7 @@ db = conn.test
# for i in range(30):
# for i in range(30):
# db.user.insert({'name': 'Mike %s' % i})
# db.user.insert({'name': 'Mike %s' % i})
# User admin
# User admin
class
InnerForm
(
form
.
Form
):
class
InnerForm
(
form
.
Form
):
name
=
fields
.
StringField
(
'Name'
)
name
=
fields
.
StringField
(
'Name'
)
...
@@ -52,6 +53,7 @@ class UserView(ModelView):
...
@@ -52,6 +53,7 @@ class UserView(ModelView):
page_size
=
20
page_size
=
20
can_set_page_size
=
True
can_set_page_size
=
True
# Tweet view
# Tweet view
class
TweetForm
(
form
.
Form
):
class
TweetForm
(
form
.
Form
):
name
=
fields
.
StringField
(
'Name'
)
name
=
fields
.
StringField
(
'Name'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment