mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-24 18:09:41 -04:00
more wip
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
from __future__ import print_function
|
||||
|
||||
from flask import Flask
|
||||
import psycogreen.eventlet
|
||||
|
||||
from app import create_app
|
||||
|
||||
psycogreen.eventlet.patch_psycopg()
|
||||
|
||||
application = Flask('app')
|
||||
|
||||
create_app(application)
|
||||
|
||||
Reference in New Issue
Block a user