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
c7015228
Commit
c7015228
authored
Mar 13, 2017
by
Bruno Rocha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small changes in tinymongo example
parent
7e5223ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
app.py
examples/tinymongo/app.py
+5
-0
No files found.
examples/tinymongo/app.py
View file @
c7015228
...
...
@@ -20,6 +20,9 @@ app.config['SECRET_KEY'] = '123456790'
conn
=
TinyMongoClient
(
'/tmp/flask_admin_test'
)
db
=
conn
.
test
# create some users for testing
# for i in range(30):
# db.user.insert({'name': 'Mike %s' % i})
# User admin
class
InnerForm
(
form
.
Form
):
...
...
@@ -46,6 +49,8 @@ class UserView(ModelView):
form
=
UserForm
page_size
=
20
can_set_page_size
=
True
# Tweet view
class
TweetForm
(
form
.
Form
):
...
...
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