Web Server Gateway Interface (WSGI)
Learn about the role of the gateway in clean architecture.
We'll cover the following
Python web applications expose a common interface called Web Server Gateway Interface (WSGI). To run the Flask development web server, we have to define a wsgi.py
file in the main folder of the project, which is the same folder as the one that contains the cli.py
file.
Get hands-on with 1400+ tech skills courses.