Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 121 - 130 of 273 for tangelo (0.14 seconds)

  1. docs/fr/docs/_llm-test.md

    * [Lien externe](https://sqlmodel.tiangolo.com/)
    * [Lien vers une feuille de style](https://fastapi.tiangolo.com/css/styles.css)
    * [Lien vers un script](https://fastapi.tiangolo.com/js/logic.js)
    * [Lien vers une image](https://fastapi.tiangolo.com/img/foo.jpg)
    
    Le texte du lien doit être traduit, l’adresse du lien doit pointer vers la traduction :
    
    * [Lien FastAPI](https://fastapi.tiangolo.com/fr/)
    
    ////
    
    //// tab | Info
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 12.8K bytes
    - Click Count (0)
  2. docs/en/docs/reference/response.md

    You can also use it directly to create an instance of it and return it from your *path operations*.
    
    Read more about it in the [FastAPI docs about returning a custom Response](https://fastapi.tiangolo.com/advanced/response-directly/#returning-a-custom-response)
    
    You can import it directly from `fastapi`:
    
    ```python
    from fastapi import Response
    ```
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 04 12:41:54 GMT 2026
    - 559 bytes
    - Click Count (0)
  3. .github/FUNDING.yml

    github: [tiangolo]...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun May 17 14:03:53 GMT 2020
    - 19 bytes
    - Click Count (0)
  4. docs/ko/docs/translation-banner.md

    /// details | 🌐 AI와 사람이 함께한 번역
    
    이 번역은 사람의 안내를 받아 AI가 만들었습니다. 🤝
    
    원문의 의미를 오해하거나 부자연스러워 보이는 등 오류가 있을 수 있습니다. 🤖
    
    [AI LLM을 더 잘 안내하는 데 도움을 주세요](https://fastapi.tiangolo.com/ko/contributing/#translations).
    
    [영문 버전](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:57:01 GMT 2026
    - 397 bytes
    - Click Count (0)
  5. docs/missing-translation.md

    We’re currently switching to an automated translation system 🤖, which will help keep all translations complete and up to date.
    
    Learn more: [Contributing - Translations](https://fastapi.tiangolo.com/contributing/#translations){.internal-link target=_blank}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Dec 29 18:54:20 GMT 2025
    - 345 bytes
    - Click Count (0)
  6. docs/en/docs/reference/staticfiles.md

    # Static Files - `StaticFiles`
    
    You can use the `StaticFiles` class to serve static files, like JavaScript, CSS, images, etc.
    
    Read more about it in the [FastAPI docs for Static Files](https://fastapi.tiangolo.com/tutorial/static-files/).
    
    You can import it directly from `fastapi.staticfiles`:
    
    ```python
    from fastapi.staticfiles import StaticFiles
    ```
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 391 bytes
    - Click Count (0)
  7. docs/en/docs/translation-banner.md

    It could have mistakes of misunderstanding the original meaning, or looking unnatural, etc. 🤖
    
    You can improve this translation by [helping us guide the AI LLM better](https://fastapi.tiangolo.com/contributing/#translations).
    
    [English version](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 04 13:26:02 GMT 2026
    - 379 bytes
    - Click Count (0)
  8. docs/ja/docs/help-fastapi.md

    ## 開発者とつながる { #connect-with-the-author }
    
    作者である[私(Sebastián Ramírez / `tiangolo`)](https://tiangolo.com)とつながれます。
    
    できること:
    
    * [**GitHub** でフォロー](https://github.com/tiangolo)。
        * 役に立つかもしれない、私が作成した他のオープンソースプロジェクトを見られます。
        * 新しいオープンソースプロジェクトを作成したときにわかります。
    * [**X (Twitter)** でフォロー](https://x.com/tiangolo) または [Mastodon](https://fosstodon.org/@tiangolo)。
        * あなたがどのようにFastAPIを使っているか教えてください(聞けると嬉しいです)。
        * 新しいツールの告知やリリースを聞けます。
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 15.3K bytes
    - Click Count (0)
  9. docs/tr/docs/tutorial/sql-databases.md

    ## Özet { #recap }
    
    Bir SQL veritabanıyla etkileşim kurmak için [**SQLModel**](https://sqlmodel.tiangolo.com/) kullanabilir ve *data model* ile *table model* yaklaşımıyla kodu sadeleştirebilirsiniz.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 16.8K bytes
    - Click Count (0)
  10. docs/fr/docs/translation-banner.md

    Elle peut contenir des erreurs d'interprétation du sens original, ou paraître peu naturelle, etc. 🤖
    
    Vous pouvez améliorer cette traduction en [nous aidant à mieux guider le LLM d'IA](https://fastapi.tiangolo.com/fr/contributing/#translations).
    
    [Version anglaise](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:12:41 GMT 2026
    - 425 bytes
    - Click Count (0)
Back to Top