Skip to main content

Initializing Python 3.8 Flask App

Creating new Python Flask Application

note

This feature is still on beta. Keep checking back in for more information or join our slack channel to get more information here.

User will be able to initialize Python Flask Application using the following command:

lc code init --name "<AppName>" --module "<ModuleName>" --function "<FunctionName>" --language "python3.8" --web "flask"

Using Existing Python Flask Application