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
1d35e7ca
Commit
1d35e7ca
authored
Apr 04, 2012
by
Serge S. Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tests.
parent
c58c04dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
setup.py
setup.py
+2
-2
test_sqlamodel.py
tests/test_sqlamodel.py
+5
-0
No files found.
setup.py
View file @
1d35e7ca
from
setuptools
import
setup
from
setuptools
import
setup
,
find_packages
setup
(
name
=
'Flask-AdminEx'
,
...
...
@@ -9,7 +9,7 @@ setup(
author_email
=
'serge.koval+github@gmail.com'
,
description
=
'Simple and extensible admin interface framework for Flask'
,
long_description
=
__doc__
,
packages
=
[
'flask_adminex'
,
'flask_adminex.model'
,
'flask_adminex.ext'
,
'flask_adminex.ext.sqlamodel'
]
,
packages
=
find_packages
()
,
include_package_data
=
True
,
zip_safe
=
False
,
platforms
=
'any'
,
...
...
tests/test_sqlamodel.py
View file @
1d35e7ca
...
...
@@ -302,3 +302,8 @@ def test_form():
# TODO: excluded_form_columns
# TODO: form_args
pass
def
test_relations
():
# TODO: test relations
pass
\ No newline at end of file
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