Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
fastlifeweb 0.42.0 documentation
fastlifeweb 0.42.0 documentation

Users Documentation:

  • Introduction
  • Getting Started
  • Bootstrap with poetry
  • Add CSS stylesheet
  • Handling forms
  • Overriding configuration
  • Writing APIs
  • Writing Command Line Interface
  • Changelog
  • Glossary

Developers Documentation:

  • fastlife
    • fastlife.adapters
      • fastlife.adapters.fastapi
        • fastlife.adapters.fastapi.routing
          • fastlife.adapters.fastapi.routing.route
          • fastlife.adapters.fastapi.routing.router
        • fastlife.adapters.fastapi.form
        • fastlife.adapters.fastapi.form_data
        • fastlife.adapters.fastapi.request
      • fastlife.adapters.typer
        • fastlife.adapters.typer.cli
        • fastlife.adapters.typer.model
      • fastlife.adapters.xcomponent
        • fastlife.adapters.xcomponent.html
          • fastlife.adapters.xcomponent.html.collapsible
          • fastlife.adapters.xcomponent.html.form
          • fastlife.adapters.xcomponent.html.nav
          • fastlife.adapters.xcomponent.html.table
          • fastlife.adapters.xcomponent.html.text
          • fastlife.adapters.xcomponent.html.title
        • fastlife.adapters.xcomponent.renderer
    • fastlife.config
      • fastlife.config.cli_command
      • fastlife.config.configurator
      • fastlife.config.exceptions
      • fastlife.config.jobs
      • fastlife.config.openapiextra
      • fastlife.config.resources
      • fastlife.config.views
      • fastlife.config.websockets
    • fastlife.domain
      • fastlife.domain.model
        • fastlife.domain.model.asgi
        • fastlife.domain.model.csrf
        • fastlife.domain.model.form
        • fastlife.domain.model.request
        • fastlife.domain.model.security_policy
        • fastlife.domain.model.template
        • fastlife.domain.model.types
    • fastlife.middlewares
      • fastlife.middlewares.backend_tag
      • fastlife.middlewares.reverse_proxy
      • fastlife.middlewares.session
        • fastlife.middlewares.session.middleware
        • fastlife.middlewares.session.serializer
      • fastlife.middlewares.base
    • fastlife.service
      • fastlife.service.check_permission
      • fastlife.service.csrf
      • fastlife.service.job
      • fastlife.service.locale_negociator
      • fastlife.service.registry
      • fastlife.service.request_factory
      • fastlife.service.security_policy
      • fastlife.service.templates
      • fastlife.service.translations
    • fastlife.shared_utils
      • fastlife.shared_utils.form
      • fastlife.shared_utils.infer
      • fastlife.shared_utils.resolver
    • fastlife.testing
      • fastlife.testing.dom
      • fastlife.testing.form
      • fastlife.testing.session
      • fastlife.testing.testclient
    • fastlife.views
      • fastlife.views.pydantic_form
    • fastlife.settings
    • fastlife.template_globals
  • Icons
Back to top
View this page

Cookbook:

  • Bootstrap with poetry
  • Add CSS stylesheet
  • Handling forms
  • Overriding configuration
  • Writing APIs
  • Writing Command Line Interface
Next
Bootstrap with poetry
Previous
Getting Started
Copyright © Guillaume Gauvrit and contributors
Made with Sphinx and @pradyunsg's Furo