Merge pull request #1196 from terrycain/scaffold

Added more output to scaffold.py
This commit is contained in:
Jack Danger 2017-09-27 11:53:33 -07:00 committed by GitHub
commit 9a7716a6ea

View File

@ -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()