Saturday, August 1, 2020

Andriy Kornatskyy: Python ASGI CLI

Call ASGI Python application module from command line (without an application server), just like CURL. Interested? You need to install asgi-cli package: pip install asgi-cli Usage asgi-cli --help usage: asgi-cli [-h] [--version] [-X COMMAND] [-I] [-H HEADER] [-d DATA] [-b] [-n NUMBER] [-v] app [url] positional arguments: app an

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...