Plain
Get Started Source + Docs Dev Updates
BSD-3 v0.127.1
Log in
Get Started Source + Docs Dev Updates BSD-3 v0.127.1
Documentation
Core
agents
assets
chores
cli
csrf
forms
http
internal
logs
packages
preflight
runtime
server
signals
templates
test
urls
utils
views
CHANGELOG.md
README.md
debug.py
exceptions.py
json.py
paginator.py
signing.py
validators.py
Packages
admin
api
auth
cache
code
dev
elements
email
esbuild
flags
htmx
jobs
loginlink
oauth
observer
pages
pageviews
passwords
portal
agents
CHANGELOG.md
README.md
cli.py
codegen.py
crypto.py
entrypoints.py
local.py
protocol.py
remote.py
postgres
pytest
redirection
scan
sessions
start
support
tailwind
toolbar
tunnel
vendor
Core
agents
assets
chores
cli
csrf
forms
http
internal
logs
packages
preflight
runtime
server
signals
templates
test
urls
utils
views
CHANGELOG.md
README.md
debug.py
exceptions.py
json.py
paginator.py
signing.py
validators.py
Packages
admin
api
auth
cache
code
dev
elements
email
esbuild
flags
htmx
jobs
loginlink
oauth
observer
pages
pageviews
passwords
portal
agents
CHANGELOG.md
README.md
cli.py
codegen.py
crypto.py
entrypoints.py
local.py
protocol.py
remote.py
postgres
pytest
redirection
scan
sessions
start
support
tailwind
toolbar
tunnel
vendor
Loading
Docs plain-portal plain portal entrypoints.py
Raw LLM
1def setup() -> None:
2    # This package isn't an installed app,
3    # so we need to trigger our own import and cli registration.
4    from .cli import cli  # noqa: F401
On this page