Luke Murphy
6 years ago
4 changed files with 11 additions and 4 deletions
@ -1,7 +1,7 @@ |
|||
"""Expose a development application.""" |
|||
"""Run a development application.""" |
|||
|
|||
from xppl.app import create_app |
|||
from xppl.socketio import socketio |
|||
from xppl.app import create_app |
|||
|
|||
app = create_app('xppl.config.Development') |
|||
|
@ -0,0 +1,5 @@ |
|||
"""Run a development shell.""" |
|||
|
|||
from xppl.app import create_app |
|||
|
|||
app = create_app('xppl.config.Development') |
Loading…
Reference in new issue