From 98aef447d26156742d77c5bea43826a319d8278a Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 25 Jan 2016 03:32:38 +0100 Subject: Code style --- manage.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manage.py b/manage.py index 7dbf004..8149ff1 100755 --- a/manage.py +++ b/manage.py @@ -6,11 +6,11 @@ from accounts import app def main(): manager = Manager(app) manager.add_command( - "runserver", Server(host='::', use_debugger=False)) + 'runserver', Server(host='::', use_debugger=False)) manager.add_command( - "debug", Server(host='::', use_debugger=True)) + 'debug', Server(host='::', use_debugger=True)) manager.add_command( - "shell", Shell(make_context=lambda: dict(app=app))) + 'shell', Shell(make_context=lambda: dict(app=app))) manager.run() -- cgit v1.2.3-1-g7c22