From 2db5f0a2471d5f571d0927455de898d7f3283150 Mon Sep 17 00:00:00 2001 From: Terry Cain Date: Tue, 26 Sep 2017 17:33:19 +0100 Subject: [PATCH] Added some instruction text --- scripts/scaffold.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/scaffold.py b/scripts/scaffold.py index bbc8de208..5373be40d 100755 --- a/scripts/scaffold.py +++ b/scripts/scaffold.py @@ -383,5 +383,7 @@ def main(): else: print_progress('skip inserting code', 'api protocol "{}" is not supported'.format(api_protocol), 'yellow') + click.echo('You will still need to make "{0}/urls.py", add the backend into "backends.py" and add the mock into "__init__.py"'.format(service)) + if __name__ == '__main__': main()