redash/redash/wsgi.py
Arik Fraimovich 9ae503289c Restructure the Flask app:
Tried to untangle the cyclic dependencies, although there are still some of
them left. The main reason for this restructuring/refactoring is to make
the application a bit more extensible, so it's possible to add more routes
to it without touching the core.
2016-03-14 11:45:02 +02:00

4 lines
50 B
Python

from redash import create_app
app = create_app()