Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 141 - 150 of 218 for tangelo (0.64 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/ru/docs/tutorial/cors.md

    ## Источник { #origin }
    
    Источник — это совокупность протокола (`http`, `https`), домена (`myapp.com`, `localhost`, `localhost.tiangolo.com`) и порта (`80`, `443`, `8080`).
    
    Поэтому это три разных источника:
    
    * `http://localhost`
    * `https://localhost`
    * `http://localhost:8080`
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 8.5K bytes
    - Click Count (0)
  2. docs/de/docs/tutorial/cookie-param-models.md

    Wenn der Client beispielsweise versucht, ein `santa_tracker`-Cookie mit einem Wert von `good-list-please` zu senden, erhält der Client eine **Error-Response**, die ihm mitteilt, dass das `santa_tracker` <dfn title="Santa missbilligt den Mangel an Cookies. 🎅 Okay, keine Cookie-Witze mehr.">Cookie nicht erlaubt ist</dfn>:
    
    ```json
    {
        "detail": [
            {
                "type": "extra_forbidden",
                "loc": ["cookie", "santa_tracker"],
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 07:57:30 GMT 2026
    - 3.8K bytes
    - Click Count (0)
  3. docs/en/data/topic_repos.yml

      stars: 3092
      owner_login: nsidnev
      owner_html_url: https://github.com/nsidnev
    - name: uvicorn-gunicorn-fastapi-docker
      html_url: https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker
      stars: 2913
      owner_login: tiangolo
      owner_html_url: https://github.com/tiangolo
    - name: FastAPI-template
      html_url: https://github.com/s3rius/FastAPI-template
      stars: 2768
      owner_login: s3rius
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 12:36:41 GMT 2026
    - 16K bytes
    - Click Count (0)
  4. docs/ru/docs/advanced/stream-data.md

    /// tip | Совет
    
    Если вам нужно вызвать блокирующий код изнутри async-функции, или async-функцию изнутри блокирующей функции, вы можете использовать [Asyncer](https://asyncer.tiangolo.com), родственную библиотеку к FastAPI.
    
    ///
    
    ### `yield from` { #yield-from }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 8.9K bytes
    - Click Count (0)
  5. docs/fr/docs/deployment/docker.md

    ### Image Docker de base { #base-docker-image }
    
    Il existait une image Docker officielle FastAPI : [tiangolo/uvicorn-gunicorn-fastapi](https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker). Mais elle est désormais dépréciée. ⛔️
    
    Vous ne devriez probablement **pas** utiliser cette image Docker de base (ni aucune autre similaire).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 32.3K bytes
    - Click Count (0)
  6. docs/zh-hant/docs/tutorial/first-steps.md

    ![Swagger UI](https://fastapi.tiangolo.com/img/index/index-01-swagger-ui-simple.png)
    
    ### 替代 API 文件 { #alternative-api-docs }
    
    現在,前往 [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc)。
    
    你將看到另一種自動文件(由 [ReDoc](https://github.com/Rebilly/ReDoc) 提供):
    
    ![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)
    
    ### OpenAPI { #openapi }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 13.3K bytes
    - Click Count (0)
  7. docs/ko/docs/tutorial/sql-databases.md

    <img src="/img/tutorial/sql-databases/image02.png">
    </div>
    
    ## 요약 { #recap }
    
    [**SQLModel**](https://sqlmodel.tiangolo.com/)을 사용하여 SQL 데이터베이스와 상호작용하고, *데이터 모델* 및 *테이블 모델*로 코드를 간소화할 수 있습니다.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 18.6K bytes
    - Click Count (0)
  8. docs/ko/docs/alternatives.md

    * [https://github.com/tiangolo/full-stack](https://github.com/tiangolo/full-stack)
    * [https://github.com/tiangolo/full-stack-flask-couchbase](https://github.com/tiangolo/full-stack-flask-couchbase)
    * [https://github.com/tiangolo/full-stack-flask-couchdb](https://github.com/tiangolo/full-stack-flask-couchdb)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 26.3K bytes
    - Click Count (0)
  9. docs/zh-hant/docs/alternatives.md

    使用它促成了數個 Flask 全端(full-stack)產生器。這些是我(以及若干外部團隊)至今主要使用的技術組合:
    
    * [https://github.com/tiangolo/full-stack](https://github.com/tiangolo/full-stack)
    * [https://github.com/tiangolo/full-stack-flask-couchbase](https://github.com/tiangolo/full-stack-flask-couchbase)
    * [https://github.com/tiangolo/full-stack-flask-couchdb](https://github.com/tiangolo/full-stack-flask-couchdb)
    
    而這些全端產生器,也成為了 [**FastAPI** 專案產生器](project-generation.md) 的基礎。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 20K bytes
    - Click Count (0)
  10. docs/es/docs/advanced/stream-data.md

    /// tip | Consejo
    
    Si necesitas llamar código bloqueante desde dentro de una función async, o una función async desde dentro de una función bloqueante, podrías usar [Asyncer](https://asyncer.tiangolo.com), un paquete hermano de FastAPI.
    
    ///
    
    ### `yield from` { #yield-from }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:12:26 GMT 2026
    - 5.7K bytes
    - Click Count (0)
Back to Top