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
09f426d0
Commit
09f426d0
authored
Oct 07, 2012
by
Priit Laes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run all the tests
parent
d72811bd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
__init__.py
flask_admin/contrib/peeweemodel/__init__.py
+1
-1
setup.cfg
setup.cfg
+0
-1
No files found.
flask_admin/contrib/peeweemodel/__init__.py
View file @
09f426d0
...
...
@@ -2,6 +2,6 @@ try:
import
peewee
import
wtfpeewee
except
ImportError
:
raise
Exception
(
'Please install peewee and wtfpeewee packages in order to use peewee integration'
)
raise
Exception
(
'Please install peewee and wtf
-
peewee packages in order to use peewee integration'
)
from
.view
import
ModelView
setup.cfg
View file @
09f426d0
...
...
@@ -2,4 +2,3 @@
detailed-errors=1
with-coverage=0
debug=nose.loader
tests=flask_admin/tests/test_base.py
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