Skip to main content

Initializing Python 3.8 Django App

Creating new Python 3.8 Django 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 3.8 Django Application using the following command:

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

Using Existing Python 3.8 Django Application