mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Update the wsgi.py module with the new create_app() function
This commit is contained in:
parent
62436da755
commit
2911ec7914
2 changed files with 3 additions and 2 deletions
|
@ -82,7 +82,6 @@ class DefaultConfigurationTestCase(BaseTestCase):
|
|||
("Budget manager", "budget@notmyidea.org"))
|
||||
|
||||
|
||||
|
||||
class BudgetTestCase(IhatemoneyTestCase):
|
||||
|
||||
def test_notifications(self):
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
from run import app as application
|
||||
from ihatemoney.run import create_app
|
||||
|
||||
application = create_app()
|
||||
|
|
Loading…
Reference in a new issue