Commit 4f0b65a5 authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #110 from sfermigier/master

I need this for tests (in my client code) to pass
parents 4c94e365 f382869e
......@@ -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