Commit f382869e authored by Stefane Fermigier's avatar Stefane Fermigier

Allow integration tests on client code.

parent 4c94e365
......@@ -463,9 +463,6 @@ class Admin(object):
:param app:
Flask application instance
"""
if self.app is not None:
raise Exception('Flask-Admin is already associated with an application.')
self.app = app
self._init_extension()
......
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